Browse Source

fix error message: '[/etc/systemd/system/docker.service.d/docker-options.conf:3] Failed to parse mount flag , ignoring.'

pull/2825/head
dshuvar 6 years ago
parent
commit
d973ecf5cc
1 changed files with 1 additions and 2 deletions
  1. 3
      roles/docker/templates/docker-options.conf.j2

3
roles/docker/templates/docker-options.conf.j2

@ -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 %}
Loading…
Cancel
Save