add docker-daemon.json

This commit is contained in:
Konano 2023-10-22 12:17:06 +08:00
parent b2b596c7cf
commit 40280fac6d

View File

@ -0,0 +1,13 @@
{
"registry-mirrors": [
"https://mirror.ccs.tencentyun.com"
],
"insecure-registries": [
"localhost:5000"
],
"log-driver": "json-file",
"log-opts": {
"max-size": "64m",
"max-file": "10"
}
}