Skip to content

Commit

Permalink
Merge pull request #1039 from gionn/patch-1
Browse files Browse the repository at this point in the history
Fix docker run command in using.rst
  • Loading branch information
bmw committed Oct 20, 2015
2 parents 85e6f50 + c61efc0 commit 9bff9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ server that the domain your requesting a cert for resolves to,

.. code-block:: shell
sudo docker auth -it --rm -p 443:443 --name letsencrypt \
sudo docker run -it --rm -p 443:443 --name letsencrypt \
-v "/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/letsencrypt:latest auth
Expand Down

0 comments on commit 9bff9c0

Please sign in to comment.