Move daemon configuration to daemon.json file

This commit is contained in:
Marcos Lilljedahl
2017-03-06 22:55:57 -03:00
parent be2761a6be
commit 4394be9cf2
2 changed files with 13 additions and 3 deletions

8
daemon.json Normal file
View 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"]
}