We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8504d0a commit 47fc9b5Copy full SHA for 47fc9b5
engine/userguide/networking/default_network/custom-docker0.md
@@ -56,7 +56,7 @@ each:
56
`172.16.1.0/28`. This range must be an IPv4 range for fixed IPs, and must
57
be a subset of the bridge IP range (`docker0` or set
58
using `--bridge` or the `bip` key in the `daemon.json` file). For example,
59
- with --fixed-cidr=192.168.1.0/25, IPs for your containers will be chosen from
+ with `--fixed-cidr=192.168.1.0/25`, IPs for your containers will be chosen from
60
the first half of addresses included in the 192.168.1.0/24 subnet.
61
62
- `--mtu=BYTES`: override the maximum packet length on `docker0`.
0 commit comments