diff --git a/020_docker.sh b/020_docker.sh index 208f80c..b5b335f 100755 --- a/020_docker.sh +++ b/020_docker.sh @@ -93,9 +93,11 @@ TLS_HOME=/var/docker ## https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file ## See /var/tmp/automate/docker_daemon-writer.sh for complete jq example. +# NB live-restore is incompatible with swarm mode. + declare -A DOCKER_OPT DOCKER_OPT[0]='.["dns"] = ["69.164.196.21","94.247.43.254"]' -DOCKER_OPT[1]='.["live-restore"] = true' +DOCKER_OPT[1]='.["live-restore"] = false' DOCKER_OPT[2]='.["storage-driver"] = "zfs"' DOCKER_OPT[3]='.["storage-opts"] = ["zfs.fsname=rpool/docker"]' DOCKER_OPT[4]='.["ipv6"] = false'