Move daemon configuration to daemon.json file
This commit is contained in:
8
daemon.json
Normal file
8
daemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"experimental": true,
|
||||
"graph": "/graph",
|
||||
"insecure-registries": ["127.0.0.1"],
|
||||
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
|
||||
"storage-driver": "DOCKER_STORAGE_DRIVER",
|
||||
"dns": ["PWD_IP_ADDRESS", "8.8.8.8"]
|
||||
}
|
||||
Reference in New Issue
Block a user