From aacc22180ef3e1415876a0d3d34e32d1cac81d9a Mon Sep 17 00:00:00 2001 From: Romain Dessort Date: Wed, 2 May 2018 12:15:30 -0400 Subject: [PATCH] =?UTF-8?q?HowtoDocker=20:=20Ajout=20entr=C3=A9e=20=C3=A0?= =?UTF-8?q?=20la=20FAQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDocker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HowtoDocker.md b/HowtoDocker.md index dc6af2f5..355ce8b1 100644 --- a/HowtoDocker.md +++ b/HowtoDocker.md @@ -442,3 +442,7 @@ Pour bloquer l'accès au _registry_ Docker depuis l'extérieur par exemple : ~~~ # iptables -A DOCKER-USER -i eth0 -p tcp -m tcp --dport 5000 -j DROP ~~~ + +> Au sein des conteneurs, un `getent ` ou `getent tasks.` ne retourne pas l'adresse IP du service alors que celui-ci est bien lancé. + +Stopper le conteneur du service avec un `docker stop `. Docker stack devrait le relancer automatiquement.