Fix docker daemon proxy support in vagrant
There was an unwanted line break in the systemd file preventing the proxy from being configured correctly. TrivialFix Change-Id: I3e6413d4f2d373951cb558e0af1b8bc92d4cbb91
This commit is contained in:
parent
d1be7fdb65
commit
a43a8d77a9
@ -127,8 +127,7 @@ EOF
|
||||
mkdir -p /etc/systemd/system/docker.service.d
|
||||
cat >/etc/systemd/system/docker.service.d/http-proxy.conf <<-EOF
|
||||
[Service]
|
||||
Environment="HTTP_PROXY=${http_proxy}" "HTTPS_PROXY=${https_proxy}"
|
||||
"NO_PROXY=localhost,127.0.0.1,${REGISTRY_URL}"
|
||||
Environment="HTTP_PROXY=${http_proxy}" "HTTPS_PROXY=${https_proxy}" "NO_PROXY=localhost,127.0.0.1,${REGISTRY_URL}"
|
||||
EOF
|
||||
|
||||
if [[ "$(grep http_ /etc/bashrc)" == "" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user