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
This commit is contained in:
Brad Beam 2018-06-06 12:56:18 -05:00 committed by GitHub
commit 1f02cc70f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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