-
Notifications
You must be signed in to change notification settings - Fork 8k
Describe default-address-pools, and --subnet prefix-len option #23603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| ```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} | ||
| ] | ||
| } | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, updated.
Signed-off-by: Rob Murray <rob.murray@docker.com>
e2ee6a8 to
a8d2c50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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