Skip to content
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

Support create network with com.docker.network.bridge.enable_ip_masquerade option #2592

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

yankay
Copy link
Contributor

@yankay yankay commented Oct 25, 2023

Support create network with com.docker.network.bridge.enable_ip_masquerade option, like:

nerdctl network create -d=bridge -o com.docker.network.bridge.enable_ip_masquerade=true kind

The docker docs: https://docs.docker.com/engine/reference/commandline/network_create/#bridge-driver-options

related to: #2521

@yankay yankay force-pushed the support-enable_ip_masquerade branch from 75b79ee to 3596684 Compare October 25, 2023 08:12
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda added this to the v1.6.3 milestone Oct 25, 2023
Signed-off-by: Kay Yan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants