Skip to content
Snippets Groups Projects
Unverified Commit 1f02cc70 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #2825 from dshuvar/dshuvar/docker-options.conf

Changed /etc/systemd/system/docker.service.d/docker-options.conf file for successful parsing mount aguments
parents fe010504 16f860bb
No related branches found
No related tags found
No related merge requests found
[Service] [Service]
Environment="DOCKER_OPTS={{ docker_options | default('') }} \ Environment="DOCKER_OPTS={{ docker_options|default('') }} --iptables=false"
--iptables=false"
{% if docker_mount_flags is defined and docker_mount_flags != "" %} {% if docker_mount_flags is defined and docker_mount_flags != "" %}
MountFlags={{ docker_mount_flags }} MountFlags={{ docker_mount_flags }}
{% endif %} {% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment