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

Add the list of possible values for --log-level to help text

Closes #10034

Signed-off-by: Doug Davis <dug@us.ibm.com>
Upstream-commit: 6f56148726
Component: cli
This commit is contained in:
Doug Davis
2015-01-15 12:19:19 -08:00
committed by Tibor Vass
parent 5e88125007
commit ef7ce74d6b

View File

@@ -92,7 +92,7 @@ expect an integer, and they can only be specified once.
--ip-masq=true Enable IP masquerading for bridge's IP range
--iptables=true Enable Docker's addition of iptables rules
--ipv6=false Enable Docker IPv6 support
-l, --log-level="info" Set the logging level
-l, --log-level="info" Set the logging level (debug, info, warn, error, fatal)
--label=[] Set key=value labels to the daemon (displayed in `docker info`)
--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