Commit 0fd26a53 authored by Eric Mountain's avatar Eric Mountain

Fixes quoting on systemd drop-in for DOCKER_OPTS.

parent dafe79e5
......@@ -88,7 +88,7 @@ coreos:
- name: 50-opts.conf
content: |
[Service]
Environment=DOCKER_OPTS='--bridge=cbr0 --iptables=false'
Environment='DOCKER_OPTS=--bridge=cbr0 --iptables=false'
- name: docker-tcp.socket
command: start
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