-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Updates for moby 27.0 #20026
Updates for moby 27.0 #20026
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
6c8b9ea
to
e964c41
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.
This is part of the 27.0 release, correct? In that case, we can't merge this yet.
b7129f7
to
a0406df
Compare
a0406df
to
a8ffee2
Compare
In the last push - I moved the new description of direct routing to the page describing |
a8ffee2
to
5ff6e0b
Compare
Signed-off-by: Rob Murray <[email protected]>
Also, daemon.json "ipv6":true only enables IPv6 for the default bridge, it's not required for a user-defined bridge. Signed-off-by: Rob Murray <[email protected]>
- describe Docker's custom chains - describe the new direct routing options - use documentation address ranges in examples Signed-off-by: Rob Murray <[email protected]>
Signed-off-by: Rob Murray <[email protected]>
Signed-off-by: Rob Murray <[email protected]>
- a ULA prefix is used if there's no IPv6 in default-address-pools - restrictions on IPv6 subnet size and number of pools have been removed Signed-off-by: Rob Murray <[email protected]>
c964b6a
to
85cf2b7
Compare
Description
A collection of updates for the moby 27.0 release ...
Add "NAT" to the Vale linter's allow-list.
ip6tables enabled by default
--ip6tables
is now the default, and it no longer needs--experimental
.Also, daemon.json
"ipv6":true
only enables IPv6 for the default bridge, it's not required for a user-defined bridge.Update the description of iptables rules
describe Docker's custom chains
describe the new direct routing options
use documentation address ranges in examples
Portmapper improvements, and options to disable NAT moby/moby#47871
kernel module 'ip6_tables' is needed for DinD
Explain bridge option host_binding_ipv4
Because it's IPv6 too, despite the option name, and it has surprising differences between v4/v6 handling. Related to ...
Updates to IPv6 address pools
A ULA prefix is used if there's no IPv6 in default-address-pools
Restrictions on IPv6 subnet size and number of pools have been removed
Reviews
@akerouanton, @dvdksn