Created
December 29, 2016 12:00
-
-
Save gyliu513/275b17a08cfef447cb1f25d3c9d6b239 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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