mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Start docker after lxc-net to prevent ip forwarding race
This commit is contained in:
parent
c864647721
commit
331f983593
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
description "Run docker"
|
description "Run docker"
|
||||||
|
|
||||||
start on filesystem or runlevel [2345]
|
start on filesystem and started lxc-net
|
||||||
stop on runlevel [!2345]
|
stop on runlevel [!2345]
|
||||||
|
|
||||||
respawn
|
respawn
|
||||||
|
|
Loading…
Reference in a new issue