c12s-kubespray/roles/docker/templates/docker-options.conf.j2
2018-05-15 11:57:18 +02:00

7 lines
206 B
Django/Jinja

[Service]
Environment="DOCKER_OPTS={{ docker_options | default('') }} \
--iptables=false"
{% if docker_mount_flags is defined and docker_mount_flags != "" %}
MountFlags={{ docker_mount_flags }}
{% endif %}