Skip to content

Instantly share code, notes, and snippets.

@gyliu513
Created December 29, 2016 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyliu513/275b17a08cfef447cb1f25d3c9d6b239 to your computer and use it in GitHub Desktop.
Save gyliu513/275b17a08cfef447cb1f25d3c9d6b239 to your computer and use it in GitHub Desktop.
apply vm https://selfserv.eng.platformlab.ibm.com/
cat /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
Environment="HTTP_PROXY=http://ma1demo2:8123"
Environment="HTTPS_PROXY=http://ma1demo2:8123"
Environment="NO_PROXY=ma1dock1.platformlab.ibm.com,localhost"
vim ~/.ssh/config
Host *
User root
CheckHostIP no
LogLevel ERROR
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ServerAliveInterval 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment