Move dockerfiles to their own folder
This commit is contained in:
11
dockerfiles/dind/daemon.json
Normal file
11
dockerfiles/dind/daemon.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"experimental": true,
|
||||
"debug": true,
|
||||
"log-level": "info",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user