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

Fix daemon's documentation for -bip flag

Upstream-commit: 1c21055985
Component: cli
This commit is contained in:
Jason Plum
2014-03-28 18:02:17 -04:00
committed by Tibor Vass
parent 4d868008c3
commit 1b0f4b1bcc

View File

@@ -74,7 +74,7 @@ Commands
-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
--api-enable-cors=false: Enable CORS headers in the remote API
-b, --bridge="": Attach containers to a pre-existing network bridge; use 'none' to disable container networking
--bip="": Use this CIDR notation address for the network bridge's IP, not compatible with -b
-bip="": Use this CIDR notation address for the network bridge's IP, not compatible with -b
-d, --daemon=false: Enable daemon mode
--dns=[]: Force docker to use specific DNS servers
--dns-search=[]: Force Docker to use specific DNS search domains