mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #9572 from EricMountain-1A/libvirt-coreos-fix-dockeroptsquote
Fixes quoting on systemd drop-in for DOCKER_OPTS.
This commit is contained in:
commit
9df284b19e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user