mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 15:25:19 +00:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
{% set docker_opts = "" -%}
|
|
{% if grains.docker_opts is defined and grains.docker_opts -%}
|
|
{% set docker_opts = grains.docker_opts -%}
|
|
{% endif -%}
|
|
|
|
DOCKER_OPTS='{{docker_opts}}'
|
|
OPTIONS='{{docker_opts}}'
|
|
DOCKER_CERT_PATH=/etc/docker
|