From 2eedaf0389f663c8768893cd333cdd6df9e194e2 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Mon, 14 Sep 2015 17:06:00 -0700 Subject: [PATCH] Fix minor documentation typo. Signed-off-by: Trevor Pounds --- docs/articles/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/networking.md b/docs/articles/networking.md index 98a91e1a2d..86bca5085c 100644 --- a/docs/articles/networking.md +++ b/docs/articles/networking.md @@ -735,7 +735,7 @@ options are configurable at server startup: * `--fixed-cidr=CIDR` — restrict the IP range from the `docker0` subnet, using the standard CIDR notation like `172.167.1.0/28`. This range must - be and IPv4 range for fixed IPs (ex: 10.20.0.0/16) and must be a subset + be an IPv4 range for fixed IPs (ex: 10.20.0.0/16) and must be a subset of the bridge IP range (`docker0` or set using `--bridge`). For example with `--fixed-cidr=192.168.1.0/25`, IPs for your containers will be chosen from the first half of `192.168.1.0/24` subnet.