Commit 9df284b1 authored by Abhi Shah's avatar Abhi Shah

Merge pull request #9572 from EricMountain-1A/libvirt-coreos-fix-dockeroptsquote

Fixes quoting on systemd drop-in for DOCKER_OPTS.
parents c5e1c87a 0fd26a53
...@@ -88,7 +88,7 @@ coreos: ...@@ -88,7 +88,7 @@ coreos:
- name: 50-opts.conf - name: 50-opts.conf
content: | content: |
[Service] [Service]
Environment=DOCKER_OPTS='--bridge=cbr0 --iptables=false' Environment='DOCKER_OPTS=--bridge=cbr0 --iptables=false'
- name: docker-tcp.socket - name: docker-tcp.socket
command: start command: start
enable: yes enable: yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment