mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
Merge pull request #4282 from ibuildthecloud/jumbo-frames
Add MTU to lxc conf to make host and container MTU match
This commit is contained in:
@@ -12,6 +12,7 @@ const LxcTemplate = `
|
||||
lxc.network.type = veth
|
||||
lxc.network.link = {{.Network.Bridge}}
|
||||
lxc.network.name = eth0
|
||||
lxc.network.mtu = {{.Network.Mtu}}
|
||||
{{else}}
|
||||
# network is disabled (-n=false)
|
||||
lxc.network.type = empty
|
||||
|
||||
Reference in New Issue
Block a user