ansible-role-container-regi.../templates/docker-daemon.json.j2

10 lines
192 B
Django/Jinja

# /etc/docker/daemon.json is managed by Ansible
# DO NOT EDIT THIS FILE
{
{% if registry_mirror != "" %}
"registry-mirrors": "{{ registry_mirror }}",
{% endif %}
"debug": "{{ debug }}"
}