Skip to content

Instantly share code, notes, and snippets.

@narita1980
Last active August 29, 2015 14:04
Show Gist options
  • Save narita1980/0116a13464e51410c1b3 to your computer and use it in GitHub Desktop.
Save narita1980/0116a13464e51410c1b3 to your computer and use it in GitHub Desktop.
Boot2Docker初期導入時に行う作業(proxy設定)
# 参考URL
# https://github.com/boot2docker/boot2docker/blob/master/doc/FAQ.md
root@boot2docker:~# cat /var/lib/boot2docker/profile
export http_proxy=http://host:port/
export https_proxy=http://host:port/
root@boot2docker:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment