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.
2 lines
54 B
Plaintext
2 lines
54 B
Plaintext
DOCKER_OPTS="--bridge cbr0 --iptables=false -r=false"
|