Update DNS.
This commit is contained in:
parent
8095f299e2
commit
3ff099ec2e
|
|
@ -94,7 +94,7 @@ TLS_HOME=/var/docker
|
|||
## See /var/tmp/automate/docker_daemon-writer.sh for complete jq example.
|
||||
|
||||
declare -A DOCKER_OPT
|
||||
DOCKER_OPT[0]='.["dns"] = ["52.174.55.168","188.165.200.156"]'
|
||||
DOCKER_OPT[0]='.["dns"] = ["69.164.196.21","94.247.43.254"]'
|
||||
DOCKER_OPT[1]='.["live-restore"] = true'
|
||||
DOCKER_OPT[2]='.["storage-driver"] = "zfs"'
|
||||
DOCKER_OPT[3]='.["storage-opts"] = ["zfs.fsname=rpool/docker"]'
|
||||
|
|
|
|||
Loading…
Reference in New Issue