Fix for experimental bool.

This commit is contained in:
Cyteen May 2020-03-17 22:56:59 +00:00
parent 9599e6afe9
commit 3d1cef644f
1 changed files with 1 additions and 1 deletions

View File

@ -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.