Files
play-with-docker/dockerfiles/dind/daemon.json
Marcos Lilljedahl 4e69f4b776 add gcr mirro
2024-10-06 23:03:42 -03:00

18 lines
400 B
JSON

{
"experimental": true,
"debug": true,
"log-level": "info",
"registry-mirrors": ["https://mirror.gcr.io"],
"insecure-registries": [
"127.0.0.1"
],
"hosts": [
"unix:///var/run/docker.sock",
"tcp://0.0.0.0:2375"
],
"tls": DOCKER_TLSENABLE,
"tlscacert": "DOCKER_TLSCACERT",
"tlscert": "DOCKER_TLSCERT",
"tlskey": "DOCKER_TLSKEY"
}