ccyunchina-deploy/tools/docker/daemon.json

14 lines
331 B
JSON

{
"registry-mirrors": ["https://registry.docker-cn.com"]
,"insecure-registries": ["docker.io"]
,"max-concurrent-downloads": 10
,"log-opts":{
"max-size":"20m",
"max-file":"3"
}
,"data-root": "/data/docker"
,"storage-driver": "overlay2"
,"live-restore": true
,"exec-opts": ["native.cgroupdriver=systemd"]
}