File size: 400 Bytes
7b9f3e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"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"
}
|