From 83f8fd461d019c660d6a0c23fefdb3f20e9826fe Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Mon, 21 Jul 2014 15:30:21 -0400 Subject: [PATCH] Adding additional documentation for fixed-cidr networking Docker-DCO-1.1-Signed-off-by: Frederick F. Kautz IV (github: fkautz) Signed-off-by: Alexandr Morozov Upstream-commit: e938ac9e78b2b36b68a015547d626f65680c0c48 Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index 0b458c821e..d801d65f95 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -55,6 +55,7 @@ expect an integer, and they can only be specified once. use 'none' to disable container networking --bip="" Use this CIDR notation address for the network bridge's IP, not compatible with -b --fixed-cidr="" IPv4 subnet for fixed IPs (ex: 10.20.0.0/16) + this subnet must be nested in the bridge subnet (which is defined by -b or --bip) -D, --debug=false Enable debug mode -d, --daemon=false Enable daemon mode --dns=[] Force Docker to use specific DNS servers