Skip to content
Snippets Groups Projects
Commit 9268696a authored by Pierre Michiels's avatar Pierre Michiels
Browse files

Update TP5 log.txt

parent 3ccedff3
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ Dockerfile:
Pour créer l'image:
#docker build -t python_server .
Pour construire un container de l'image:
docker run --rm -ti -p 8080:8080 -e HOSTNAME=$(hostname) python_server
#docker run --rm -ti -p 8080:8080 -e HOSTNAME=$(hostname) python_server
(--rm permet de supprimer le container dès son arrêt)
TODO réduire l'image le plus possible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment