mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-22 01:15:12 +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
|