更新docker-tools

This commit is contained in:
2025-03-20 17:22:29 +08:00
parent ac88cd114a
commit b50d06ac16
4 changed files with 409 additions and 72 deletions

17
docker-tools/daemon.json Normal file
View File

@@ -0,0 +1,17 @@
{
"exec-opts" : ["native.cgroupdriver=systemd"],
"log-level": "warn",
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "5"
},
"registry-mirrors": [
"https://dockerpull.org",
"https://hub.geekery.cn",
"https://docker.1ms.run"
],
"bip": "10.21.21.1/24",
"data-root": "/opt/docker/data",
"live-restore": true
}