13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"registry-mirrors": [
|
|
"https://docker.m.daocloud.io"
|
|
],
|
|
"live-restore": true,
|
|
"log-driver": "local",
|
|
"log-opts": {
|
|
"max-size": "20m",
|
|
"max-file": "3"
|
|
},
|
|
"no-new-privileges": true
|
|
}
|