mirror of https://github.com/docker/cli.git
key=values -> key=value
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
1d559f6ade
commit
ddef8db902
|
@ -76,7 +76,7 @@ expect an integer, and they can only be specified once.
|
||||||
--ip-masq=true Enable IP masquerading for bridge's IP range
|
--ip-masq=true Enable IP masquerading for bridge's IP range
|
||||||
--iptables=true Enable Docker's addition of iptables rules
|
--iptables=true Enable Docker's addition of iptables rules
|
||||||
-l, --log-level="info" Set the logging level
|
-l, --log-level="info" Set the logging level
|
||||||
--label=[] Set key=values labels to the daemon (displayed in `docker info`)
|
--label=[] Set key=value labels to the daemon (displayed in `docker info`)
|
||||||
--mtu=0 Set the containers network MTU
|
--mtu=0 Set the containers network MTU
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue