registries updates

This commit is contained in:
do
2021-03-19 15:21:39 +01:00
parent a10b2ccd91
commit b32d02eb40
3 changed files with 10 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
"exec-opts": ["native.cgroupdriver=systemd"],
"log-level": "warn",
"storage-driver": "overlay2",
"registry-mirrors": ["https://docker-registry.lan"],
"registry-mirrors": ["https://cr.lan"],
"insecure-registries" : [
"docker-registry.lan"
"cr.lan"
]
}