~ricardokirkner/ols-jenkaas/no-more-docker-defaults

« back to all changes in this revision

Viewing changes to setup/seed-slave

  • Committer: Ricardo Kirkner
  • Date: 2017-09-11 14:57:12 UTC
  • Revision ID: ricardo.kirkner@canonical.com-20170911145712-7991uhydv1jyrbnm
fixed syntax for docker environment config

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
# setup docker to make use of proxy
58
58
sudo mkdir -p /etc/systemd/system/docker.service.d
59
 
echo "
 
59
echo '
60
60
[Service]
61
 
Environment=\"HTTP_PROXY=http://squid.internal:3128 HTTPS_PROXY=http://squid.internal:3128\"
62
 
" | sudo tee /etc/systemd/system/docker.service.d/http-proxy.conf
 
61
Environment="HTTP_PROXY=http://squid.internal:3128" "HTTPS_PROXY=http://squid.internal:3128"
 
62
' | sudo tee /etc/systemd/system/docker.service.d/http-proxy.conf
63
63
 
64
64
# setup docker to use internal ols registry
65
65
echo '