mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-12-02 10:13:03 +00:00
Добавлена роль с установкой докера и настройкой зеркал (#10)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
committed by
GitHub
parent
a327438868
commit
51fd58adbb
7
ansible/roles/docker_install/files/daemon.json
Normal file
7
ansible/roles/docker_install/files/daemon.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"registry-mirrors": [
|
||||
"https://dockerhub.timeweb.cloud",
|
||||
"https://mirror.gcr.io",
|
||||
"https://public.ecr.aws"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user