Merge pull request #6 from bvis/hotfix/run-with-tls

fix(deployment): fix run with TLS
pull/8/head
Anthony Lapenna 2016-11-23 09:11:25 +09:00 committed by GitHub
commit 1ca9f430b1
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ You can also use the ``--tlscacert``, ``--tlscert`` and ``--tlskey`` flags if yo
.. code-block:: bash
$ docker run -d -p 9000:9000 portainer/portainer -v /path/to/certs:/certs -H tcp://<DOCKER_HOST>:<DOCKER_PORT> --tlsverify --tlscacert /certs/myCa.pem --tlscert /certs/myCert.pem --tlskey /certs/myKey.pem
$ docker run -d -p 9000:9000 -v /path/to/certs:/certs portainer/portainer -H tcp://<DOCKER_HOST>:<DOCKER_PORT> --tlsverify --tlscacert /certs/myCa.pem --tlscert /certs/myCert.pem --tlskey /certs/myKey.pem
Without Docker
==============