diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service index 5ed13cb47f..cda3d58dfb 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service @@ -2,7 +2,7 @@ ExecStartPre=/bin/mount --make-rprivate / ExecStartPre=/sbin/brctl addbr lxcbr0 ExecStartPre=/bin/ifconfig lxcbr0 10.65.41.1 -ExecStart=/usr/bin/docker -d +ExecStart=/usr/bin/docker -d -D -b lxcbr0 ExecStopPost=/bin/ifconfig lxcbr0 down ExecStopPost=/sbin/brctl delbr lxcbr0