14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"registry-mirrors": [
|
|
"https://d.nano.ac",
|
|
"https://docker-registry.infra.i2sec.cc:50001"
|
|
],
|
|
"insecure-registries": [
|
|
"localhost:5000"
|
|
],
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "64m",
|
|
"max-file": "10"
|
|
}
|
|
} |