summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormapk0y <mapk0y@gmail.com>2016-07-27 03:17:32 +0900
committerSven Dowideit <SvenDowideit@home.org.au>2016-07-27 20:40:26 +1000
commitb7e1ea51a082c51f892d50a3ea3821351f075158 (patch)
treece28211875ff54d45fefc6ae6601073e7f3a89a3
parentb8333bfd5e11f32d81a3e9a07106701f1abf303b (diff)
downloaddocker-b7e1ea51a082c51f892d50a3ea3821351f075158.tar.gz
fix the ipaddress of an explanation.
Signed-off-by: mapk0y <mapk0y@gmail.com> (cherry picked from commit a94b48923e8ec7a5e9ebe6101f0ccac208fb4f25) Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
-rw-r--r--docs/userguide/networking/default_network/custom-docker0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/networking/default_network/custom-docker0.md b/docs/userguide/networking/default_network/custom-docker0.md
index f4a3f90c1c..b9d7156c18 100644
--- a/docs/userguide/networking/default_network/custom-docker0.md
+++ b/docs/userguide/networking/default_network/custom-docker0.md
@@ -20,7 +20,7 @@ Docker configures `docker0` with an IP address, netmask and IP allocation range.
- `--bip=CIDR` -- supply a specific IP address and netmask for the `docker0` bridge, using standard CIDR notation like `192.168.1.5/24`.
-- `--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 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.
+- `--fixed-cidr=CIDR` -- restrict the IP range from the `docker0` subnet, using the standard CIDR notation like `172.16.1.0/28`. This range must 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.
- `--mtu=BYTES` -- override the maximum packet length on `docker0`.