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:
Tim Hockin 2014-08-06 22:41:09 -07:00
parent ebef8af8fe
commit 92f13ceb52

View File

@ -1 +1 @@
DOCKER_OPTS="--bridge cbr0 --iptables=false"
DOCKER_OPTS="--bridge cbr0 --iptables=false -r=false"