diff --git a/020_docker.sh b/020_docker.sh index 0612c87..974f97b 100755 --- a/020_docker.sh +++ b/020_docker.sh @@ -102,7 +102,7 @@ DOCKER_OPT[4]='.["ipv6"] = false' DOCKER_OPT[5]='.["insecure-registries"] = ["soleine.lan:5000"]' DOCKER_OPT[6]='.["features"] = {"buildkit": true}' #DOCKER_OPT[7]='.["hosts"] = ["fd://","unix:///var/run/docker.sock","tcp://0.0.0.0:2376"]' -#DOCKER_OPT[8]='.["experimental"] = "enabled"' +#DOCKER_OPT[8]='.["experimental"] = true' mkdir -p ${TLS_HOME} ## Change the subj line to reflect you details for key generation and uncomment above to turn tls on.