mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
Allow mtu to be configured at daemon start
This commit is contained in:
@@ -32,6 +32,7 @@ func mkRuntime(f utils.Fataler) *docker.Runtime {
|
||||
config := &docker.DaemonConfig{
|
||||
Root: root,
|
||||
AutoRestart: false,
|
||||
Mtu: docker.DefaultNetworkMtu,
|
||||
}
|
||||
r, err := docker.NewRuntimeFromDirectory(config)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user