Files
tools/configs/docker/daemon.json
T

8 lines
156 B
JSON
Raw Normal View History

2023-08-22 17:53:03 -04:00
{
"ip": "127.0.0.1",
"iptables": true,
"log-level": "error" ,
"pidfile": "/tmp/docker.pid",
"insecure-registries": ["localhost:5000"]
}