🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 6m43s

rootfs/tmp/etc/docker/daemon.json
rootfs/usr/local/etc/docker/init.d/05-dockerd.sh
This commit is contained in:
casjay
2025-11-29 16:01:40 -05:00
parent 63d18bb750
commit b9d56bbcb9
2 changed files with 31 additions and 1 deletions

View File

@@ -5,5 +5,10 @@
"experimental": true,
"pidfile": "/tmp/docker.pid",
"cgroup-parent": "/docker",
"default-address-pools": [
{"base": "172.17.0.0/12", "size": 24},
{"base": "192.168.0.0/16", "size": 24},
{"base": "10.0.0.0/8", "size": 24}
],
"insecure-registries": ["localhost"]
}