mirror of
https://github.com/batonogov/learn-devops.git
synced 2026-01-26 08:51:15 +00:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"registry-mirrors": [
|
|
"https://dockerhub.timeweb.cloud",
|
|
"https://mirror.gcr.io",
|
|
"https://public.ecr.aws"
|
|
],
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "1g"
|
|
}
|
|
}
|