Files
Olares/docs/code-snippets/docker-daemon.json
2025-07-17 11:58:59 +08:00

9 lines
125 B
JSON

{
"registry-mirrors": [
"https://mirrors.joinolares.cn"
],
"features": {
"containerd-snapshotter": false
}
}