feat: add the possibility to add registry mirrors
This commit is contained in:
parent
6ab3505dc8
commit
2399eebac6
4 changed files with 26 additions and 0 deletions
5
roles/base/templates/daemon.json.j2
Normal file
5
roles/base/templates/daemon.json.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
{% if docker_registry_mirrors | length > 0 %}
|
||||
"registry-mirrors": {{ docker_registry_mirrors | to_json }}
|
||||
{% endif %}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue