forked from DevOps/deploy.stack
chore: 更新docker配置文件的镜像源和日志设置
- 精简并更新了registry-mirrors列表 - 调整日志文件大小限制为10m,最大文件数为3
This commit is contained in:
@@ -1,27 +1,20 @@
|
|||||||
{
|
{
|
||||||
"registry-mirrors": [
|
"registry-mirrors": [
|
||||||
"https://hub.urlsa.us.kg",
|
"https://docker.1ms.run",
|
||||||
"https://hub.haod.eu.org",
|
|
||||||
"https://hub.chxza.eu.org",
|
|
||||||
"https://dockerpull.com",
|
|
||||||
"https://dockerproxy.cn",
|
|
||||||
"https://docker.loli.voto",
|
|
||||||
"https://docker.chenby.cn",
|
|
||||||
"https://docker-cf.registry.cyou",
|
|
||||||
"https://docker.m.daocloud.io",
|
"https://docker.m.daocloud.io",
|
||||||
"https://docker.ketches.cn",
|
|
||||||
"https://docker.1panel.dev",
|
|
||||||
"https://docker.1panel.live",
|
"https://docker.1panel.live",
|
||||||
"https://docker.rainbond.cc",
|
|
||||||
"https://hub.rat.dev",
|
"https://hub.rat.dev",
|
||||||
"https://docker.aityp.com/",
|
"https://docker.1panel.dev",
|
||||||
"https://docker.catiz.eu.org/"
|
"https://docker.anye.in",
|
||||||
|
"https://docker.amingg.com",
|
||||||
|
"https://docker.367231.xyz",
|
||||||
|
"https://dockerproxy.net"
|
||||||
],
|
],
|
||||||
"data-root": "/data/docker",
|
"data-root": "/data/docker",
|
||||||
"log-driver": "json-file",
|
"log-driver": "json-file",
|
||||||
"log-opts": {
|
"log-opts": {
|
||||||
"max-size": "30m",
|
"max-size": "10m",
|
||||||
"max-file": "5"
|
"max-file": "3"
|
||||||
},
|
},
|
||||||
"insecure-registries": [
|
"insecure-registries": [
|
||||||
"hub.tp229.com:3500"
|
"hub.tp229.com:3500"
|
||||||
|
|||||||
Reference in New Issue
Block a user