mirror of https://github.com/docker/cli.git
Add --storage-opt graph driver option and pass through to driver
This lets you add storage specific options for the daemon. Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
This commit is contained in:
parent
8fc62f6ec3
commit
655fe238c5
|
@ -73,6 +73,7 @@ expect an integer, and they can only be specified once.
|
||||||
-p, --pidfile="/var/run/docker.pid" Path to use for daemon PID file
|
-p, --pidfile="/var/run/docker.pid" Path to use for daemon PID file
|
||||||
-r, --restart=true Restart previously running containers
|
-r, --restart=true Restart previously running containers
|
||||||
-s, --storage-driver="" Force the docker runtime to use a specific storage driver
|
-s, --storage-driver="" Force the docker runtime to use a specific storage driver
|
||||||
|
--storage-opt=[] Set storage driver options
|
||||||
--selinux-enabled=false Enable selinux support
|
--selinux-enabled=false Enable selinux support
|
||||||
--tls=false Use TLS; implied by tls-verify flags
|
--tls=false Use TLS; implied by tls-verify flags
|
||||||
--tlscacert="/home/sven/.docker/ca.pem" Trust only remotes providing a certificate signed by the CA given here
|
--tlscacert="/home/sven/.docker/ca.pem" Trust only remotes providing a certificate signed by the CA given here
|
||||||
|
|
Loading…
Reference in New Issue