feat: added docker registry
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{% endif %}
|
||||
{% if insecure_registries is defined %} "insecure-registries" : [{% for registry in insecure_registries %}"{{ registry }}"{% if not loop.last %}, {% endif %}{% endfor %}],
|
||||
{% endif %}
|
||||
{% if registry_mirrors is defined %} "registry-mirrors": [{% for registry in registry_mirrors %}"{{ registry }}"{% if not loop.last %}, {% endif %}{% endfor %}],
|
||||
{% if docker_set_registry_mirrors %} "registry-mirrors": [{% for registry in docker_registry_mirrors %}"{{ registry }}"{% if not loop.last %}, {% endif %}{% endfor %}],
|
||||
{% endif %}
|
||||
"log-opts": {
|
||||
"compress": "{{ log.compress | default('false') }}",
|
||||
|
||||
Reference in New Issue
Block a user