@@ -328,7 +328,7 @@ If you are currently using the `--ipv6` option _without_ specifying the
328328` --fixed-cidr-v6 ` option, the Docker daemon will refuse to start with the
329329following message:
330330
331- ``` none
331+ ``` text
332332Error starting daemon: Error initializing network controller: Error creating
333333 default "bridge" network: failed to parse pool request
334334 for address space "LocalDefault" pool " subpool ":
@@ -344,7 +344,7 @@ In a similar way, if you specify the `--ipv6` flag when creating a network
344344with the default IPAM driver, without providing an IPv6 ` --subnet ` , network
345345creation will fail with the following message:
346346
347- ``` none
347+ ``` text
348348Error response from daemon: failed to parse pool request for address space
349349 "LocalDefault" pool "" subpool "": could not find an
350350 available, non-overlapping IPv6 address pool among
@@ -397,7 +397,7 @@ If you are currently using the `--ipv6` option _without_ specifying the
397397` --fixed-cidr-v6 ` option, the Docker daemon will refuse to start with the
398398following message:
399399
400- ``` none
400+ ``` text
401401Error starting daemon: Error initializing network controller: Error creating
402402 default "bridge" network: failed to parse pool request
403403 for address space "LocalDefault" pool " subpool ":
@@ -413,7 +413,7 @@ In a similar way, if you specify the `--ipv6` flag when creating a network
413413with the default IPAM driver, without providing an IPv6 ` --subnet ` , network
414414creation will fail with the following message:
415415
416- ``` none
416+ ``` text
417417Error response from daemon: failed to parse pool request for address space
418418 "LocalDefault" pool "" subpool "": could not find an
419419 available, non-overlapping IPv6 address pool among
0 commit comments