Skip to content

Commit

Permalink
Merge pull request moby#16292 from tpounds/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix minor documentation typo.
  • Loading branch information
calavera committed Sep 16, 2015
2 parents 552c361 + 2eedaf0 commit 60db152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60db152

Please sign in to comment.