projectatomic / atomic-host-tests

A collection of single-host tests for Atomic Host
GNU General Public License v3.0
18 stars 21 forks source link

docker-swarm: disable live-restore #371

Closed mike-nguyen closed 6 years ago

mike-nguyen commented 6 years ago

The live-restore option was enabled for fedora 28 which caused a failure with the docker-swarm test. The default behavior for docker is to shutdown all running containers when the docker daemon terminates. The live-restore option allows containers to continue to run when the docker daemon is unavailable; however, docker swarm cannot run with live-restore enabled because it needs to manage the lifecycle of the containers.

This commit disables live-restore that is enabled through /etc/syconfig/docker.

Closes issue #370

miabbott commented 6 years ago

Nice work! LGTM!