Skip to content

Instantly share code, notes, and snippets.

@supersonictw
Created September 11, 2025 08:20
Show Gist options
  • Save supersonictw/d38af02ab32413c9a2ca4991679fa978 to your computer and use it in GitHub Desktop.
Save supersonictw/d38af02ab32413c9a2ca4991679fa978 to your computer and use it in GitHub Desktop.
{
"mtu": 1450,
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
},
"default-network-opts": {
"bridge": {
"com.docker.network.driver.mtu": "1450"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment