From 3c2ea0c878c718948cf8f25ec6f3a47f808351ba Mon Sep 17 00:00:00 2001 From: Martin Brugger Date: Sat, 31 Oct 2015 20:09:04 +0100 Subject: [PATCH] Only works for me with port 80 and 443 forwarded For the docker client to work correctly I needed to forward both ports 443 and 80. I will take a closer look on how this is supposed to work. --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 73c3fe140..6d8130886 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -73,7 +73,7 @@ to, `install Docker`_, then issue the following command: .. code-block:: shell - sudo docker run -it --rm -p 443:443 --name letsencrypt \ + sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \ -v "/etc/letsencrypt:/etc/letsencrypt" \ -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \ quay.io/letsencrypt/letsencrypt:latest auth