mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-12-14 02:07:10 -05:00
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
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"ip": "0.0.0.0",
|
|
"iptables": true,
|
|
"log-level": "error",
|
|
"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"]
|
|
}
|