mirror of https://github.com/docker/cli.git
be consistent in capitalization of Docker
Docker-DCO-1.1-Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com> (github: jonboulle)
This commit is contained in:
parent
faeae5d7b7
commit
6cc9c5bd42
|
@ -58,10 +58,10 @@ expect an integer, and they can only be specified once.
|
||||||
-D, --debug=false Enable debug mode
|
-D, --debug=false Enable debug mode
|
||||||
--dns=[] Force docker to use specific DNS servers
|
--dns=[] Force docker to use specific DNS servers
|
||||||
--dns-search=[] Force Docker to use specific DNS search domains
|
--dns-search=[] Force Docker to use specific DNS search domains
|
||||||
-e, --exec-driver="native" Force the docker runtime to use a specific exec driver
|
-e, --exec-driver="native" Force the Docker runtime to use a specific exec driver
|
||||||
-G, --group="docker" Group to assign the unix socket specified by -H when running in daemon mode
|
-G, --group="docker" Group to assign the unix socket specified by -H when running in daemon mode
|
||||||
use '' (the empty string) to disable setting of a group
|
use '' (the empty string) to disable setting of a group
|
||||||
-g, --graph="/var/lib/docker" Path to use as the root of the docker runtime
|
-g, --graph="/var/lib/docker" Path to use as the root of the Docker runtime
|
||||||
-H, --host=[] The socket(s) to bind to in daemon mode
|
-H, --host=[] The socket(s) to bind to in daemon mode
|
||||||
specified using one or more tcp://host:port, unix:///path/to/socket, fd://* or fd://socketfd.
|
specified using one or more tcp://host:port, unix:///path/to/socket, fd://* or fd://socketfd.
|
||||||
--icc=true Enable inter-container communication
|
--icc=true Enable inter-container communication
|
||||||
|
@ -72,7 +72,7 @@ expect an integer, and they can only be specified once.
|
||||||
if no value is provided: default to the default route MTU or 1500 if no default route is available
|
if no value is provided: default to the default route MTU or 1500 if no default route is available
|
||||||
-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
|
--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
|
||||||
|
|
Loading…
Reference in New Issue