Describe default-address-pools, and --subnet prefix-len option#23603
Merged
dvdksn merged 1 commit intodocker:mainfrom Nov 13, 2025
Merged
Describe default-address-pools, and --subnet prefix-len option#23603dvdksn merged 1 commit intodocker:mainfrom
dvdksn merged 1 commit intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dvdksn
reviewed
Oct 29, 2025
Comment on lines
+192
to
+204
| ```json | ||
| { | ||
| "default-address-pools": [ | ||
| {"base":"172.17.0.0/16","size":16}, | ||
| {"base":"172.18.0.0/16","size":16}, | ||
| {"base":"172.19.0.0/16","size":16}, | ||
| {"base":"172.20.0.0/14","size":16}, | ||
| {"base":"172.24.0.0/14","size":16}, | ||
| {"base":"172.28.0.0/14","size":16}, | ||
| {"base":"192.168.0.0/16","size":20} | ||
| ] | ||
| } | ||
| ``` |
Contributor
There was a problem hiding this comment.
now we show the default configuration in both content/manuals/engine/daemon/ipv6.md and here. Maybe to avoid drift/duplication we can just have one section in this doc (or the ipv6 one, wherever it is more appropriate) where we show the default config, and cross-reference as needed. Wdyt?
Signed-off-by: Rob Murray <rob.murray@docker.com>
e2ee6a8 to
a8d2c50
Compare
akerouanton
approved these changes
Oct 31, 2025
Contributor
Author
|
@dvdksn - we shipped 29.0.0, so this can be merged now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Describe "default-address-pools" in the
engine/networksection, including the new option to request a subnet with a specific prefix length from the default pools.This is for Docker 29.0.0.
Related issues or tickets
Reviews