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:
@@ -1 +1 @@
|
||||
DOCKER_OPTS="--bridge cbr0 --iptables=false"
|
||||
DOCKER_OPTS="--bridge cbr0 --iptables=false -r=false"
|
||||
|
Reference in New Issue
Block a user