-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[docker-up] Configure docker0 MTU #9549
Conversation
@princerachit that looks like a core-dev issue, not related to the change |
@aledbf I am approving this PR as the changes LGTM. Feel free to remove the hold tag (unless you want someone to test this PR) /hold |
/werft run with-clean-slate 👍 started the job as gitpod-build-aledbf-up.1 |
/werft run 👍 started the job as gitpod-build-aledbf-up.2 |
/werft run with-clean-slate 👍 started the job as gitpod-build-aledbf-up.3 |
/werft run no-preview 👍 started the job as gitpod-build-aledbf-up.4 |
Description
Configure the docker network control plane MTU (docker0)
How to test
docker run -it alpine
ip a s
and check the MTU of thedocker0
interface is the same thanceth0
docker0
MTU is 1500Release Notes