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

Document -b none

Upstream-commit: 964e826a9beb69a0246ed22c7935fd86df6712e1
Component: engine
This commit is contained in:
Stefan Praszalowicz
2013-07-21 18:01:52 -07:00
parent ca9f0f0f1d
commit 466341e775

View File

@@ -28,7 +28,7 @@ func main() {
flDaemon := flag.Bool("d", false, "Daemon mode")
flDebug := flag.Bool("D", false, "Debug mode")
flAutoRestart := flag.Bool("r", false, "Restart previously running containers")
bridgeName := flag.String("b", "", "Attach containers to a pre-existing network bridge")
bridgeName := flag.String("b", "", "Attach containers to a pre-existing network bridge. Use 'none' to disable container networking")
pidfile := flag.String("p", "/var/run/docker.pid", "File containing process PID")
flGraphPath := flag.String("g", "/var/lib/docker", "Path to graph storage base dir.")
flEnableCors := flag.Bool("api-enable-cors", false, "Enable CORS requests in the remote api.")