Fix for experimental bool.
This commit is contained in:
parent
9599e6afe9
commit
3d1cef644f
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue