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)
Upstream-commit: 655fe238c5
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
0b30245939
commit
9a6efb2269
@ -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
|
||||
-r, --restart=true Restart previously running containers
|
||||
-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
|
||||
--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
|
||||
|
||||
Reference in New Issue
Block a user