gitea/rootfs/tmp/etc/docker/daemon.json

9 lines
162 B
JSON
Raw Normal View History

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