mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-29 06:48:02 +00:00
support proxies with docker on rhel
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
|
||||
Environment={% if http_proxy %}"HTTP_PROXY={{ http_proxy }}"{% endif %} {% if https_proxy %}"HTTPS_PROXY={{ https_proxy }}"{% endif %} {% if no_proxy %}"NO_PROXY={{ no_proxy }}"{% endif %}
|
||||
Reference in New Issue
Block a user