Last active
August 2, 2019 15:44
-
-
Save xodhx4/1cd952822409f9e9ec1678be54f1e51d to your computer and use it in GitHub Desktop.
[dockerfile 프록시 설정] #docker #proxy
This file contains 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
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