gitea/rootfs/tmp/etc/docker/daemon.json
casjay bfbda74d72
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:19:17 -04:00

9 lines
162 B
JSON

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