Proxy both http and https to docker daemon
This commit is contained in:
10
dockerfiles/dind/ee/daemon.json
Normal file
10
dockerfiles/dind/ee/daemon.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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": true,
|
||||
"tlscert": "/var/run/pwd/certs/cert.pem",
|
||||
"tlskey": "/var/run/pwd/certs/key.pem"
|
||||
}
|
||||
Reference in New Issue
Block a user