scripts/configs/docker/daemon.json

8 lines
156 B
JSON
Raw Permalink Normal View History

{
"ip": "127.0.0.1",
"iptables": true,
"log-level": "error" ,
"pidfile": "/tmp/docker.pid",
"insecure-registries": ["localhost:5000"]
}