Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47fc9b5

Browse files
lukepetersonMisty Stanley-Jones
authored and
Misty Stanley-Jones
committedNov 17, 2017
Add missing back-ticks (docker#5301)
Add missing back-ticks
1 parent 8504d0a commit 47fc9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎engine/userguide/networking/default_network/custom-docker0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ each:
5656
`172.16.1.0/28`. This range must be an IPv4 range for fixed IPs, and must
5757
be a subset of the bridge IP range (`docker0` or set
5858
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
59+
with `--fixed-cidr=192.168.1.0/25`, IPs for your containers will be chosen from
6060
the first half of addresses included in the 192.168.1.0/24 subnet.
6161

6262
- `--mtu=BYTES`: override the maximum packet length on `docker0`.

0 commit comments

Comments
 (0)
Please sign in to comment.