mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +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
|
||||
content: |
|
||||
[Service]
|
||||
Environment=DOCKER_OPTS='--bridge=cbr0 --iptables=false'
|
||||
Environment='DOCKER_OPTS=--bridge=cbr0 --iptables=false'
|
||||
- name: docker-tcp.socket
|
||||
command: start
|
||||
enable: yes
|
||||
|
Loading…
Reference in New Issue
Block a user