Files
learn-devops/ansible/roles/docker_install/files/daemon.json

8 lines
145 B
JSON

{
"registry-mirrors": [
"https://dockerhub.timeweb.cloud",
"https://mirror.gcr.io",
"https://public.ecr.aws"
]
}