Updates for moby 27.0#20026
Merged
Merged
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
akerouanton
reviewed
May 29, 2024
akerouanton
reviewed
May 29, 2024
6c8b9ea to
e964c41
Compare
dvdksn
previously approved these changes
May 29, 2024
akerouanton
approved these changes
May 29, 2024
thaJeztah
previously requested changes
May 29, 2024
Member
thaJeztah
left a comment
There was a problem hiding this comment.
This is part of the 27.0 release, correct? In that case, we can't merge this yet.
b7129f7 to
a0406df
Compare
dvdksn
reviewed
Jun 13, 2024
a0406df to
a8ffee2
Compare
Contributor
Author
|
In the last push - I moved the new description of direct routing to the page describing |
dvdksn
reviewed
Jun 14, 2024
a8ffee2 to
5ff6e0b
Compare
Signed-off-by: Rob Murray <rob.murray@docker.com>
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 <rob.murray@docker.com>
- describe Docker's custom chains - describe the new direct routing options - use documentation address ranges in examples Signed-off-by: Rob Murray <rob.murray@docker.com>
Signed-off-by: Rob Murray <rob.murray@docker.com>
Signed-off-by: Rob Murray <rob.murray@docker.com>
- 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 <rob.murray@docker.com>
c964b6a to
85cf2b7
Compare
dvdksn
approved these changes
Jun 25, 2024
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
A collection of updates for the moby 27.0 release ...
Add "NAT" to the Vale linter's allow-list.
ip6tables enabled by default
--ip6tablesis now the default, and it no longer needs--experimental.Also, daemon.json
"ipv6":trueonly 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