-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Networking docs fixes for moby 29 #23409
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
Conversation
8766ac0 to
bfb53e1
Compare
bfb53e1 to
29603fc
Compare
|
@dvdksn - we shipped 29.0.0, so this can be reviewed/merged now. (The bonkers list of reviewers and labels came about because I rebased on main, while the PR was still pointing at the moby29 branch.) |
|
Looks like the build has hung... |
29603fc to
4a49397
Compare
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dvdksn
left a comment
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.
Looks great, just a minor suggestion for clarity
| By default, if NAT is enabled for a bridge network, outgoing packets from | ||
| containers are masqueraded. This means the source address of packets | ||
| leaving the Docker host is changed to an address on the host interface | ||
| the packet is sent on. |
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.
| By default, if NAT is enabled for a bridge network, outgoing packets from | |
| containers are masqueraded. This means the source address of packets | |
| leaving the Docker host is changed to an address on the host interface | |
| the packet is sent on. | |
| NAT is enabled by default for bridge networks, meaning outgoing packets | |
| from containers are masqueraded. The source address of packets leaving | |
| the Docker host is changed to an address on the host interface the packet | |
| is sent on. |
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.
Thank you - done.
Signed-off-by: Rob Murray <[email protected]>
Signed-off-by: Rob Murray <[email protected]>
Signed-off-by: Rob Murray <[email protected]>
4a49397 to
525496d
Compare
Description
com.docker.network.host_ipv4driver option for bridge networks #22694These changes aren't moby-29 specific - but 29.0 will be ready soon, and the networking docs moved around a bit (so, less chance of conflict confusion this way).