1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

tlsverify flag has no dash

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Upstream-commit: 9af3e1ad09
Component: cli
This commit is contained in:
Sven Dowideit
2014-11-18 17:42:25 -08:00
committed by Tibor Vass
parent 1c7bca9662
commit f0d8c03c8f

View File

@@ -84,7 +84,7 @@ expect an integer, and they can only be specified once.
-s, --storage-driver="" Force the Docker runtime to use a specific storage driver
--selinux-enabled=false Enable selinux support. SELinux does not presently support the BTRFS storage driver
--storage-opt=[] Set storage driver options
--tls=false Use TLS; implied by tls-verify flags
--tls=false Use TLS; implied by --tlsverify=true
--tlscacert="/home/sven/.docker/ca.pem" Trust only remotes providing a certificate signed by the CA given here
--tlscert="/home/sven/.docker/cert.pem" Path to TLS certificate file
--tlskey="/home/sven/.docker/key.pem" Path to TLS key file