Disable docker restarts, for now
If the docker daemon goes down and comes up, it will try to restart containers. This will race with our own restart loop. Only one loop should be controlling restarts, probably.
This commit is contained in:
parent
ebef8af8fe
commit
92f13ceb52
@ -1 +1 @@
|
||||
DOCKER_OPTS="--bridge cbr0 --iptables=false"
|
||||
DOCKER_OPTS="--bridge cbr0 --iptables=false -r=false"
|
||||
|
Loading…
Reference in New Issue
Block a user