Skip to content

Instantly share code, notes, and snippets.

@xodhx4
Last active August 2, 2019 15:44
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 xodhx4/1cd952822409f9e9ec1678be54f1e51d to your computer and use it in GitHub Desktop.
Save xodhx4/1cd952822409f9e9ec1678be54f1e51d to your computer and use it in GitHub Desktop.
[dockerfile 프록시 설정] #docker #proxy
ENV http_proxy "http://168.219.61.252:8080"
ENV https_proxy "http://168.219.61.252:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment