mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fixes quoting on systemd drop-in for DOCKER_OPTS.
This commit is contained in:
parent
dafe79e5de
commit
0fd26a5359
@ -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