Skip to content

Instantly share code, notes, and snippets.

@thadguidry
Last active March 25, 2019 19:00
Show Gist options
  • Save thadguidry/61018dc6ce5154ecf941ea2014ccc7f3 to your computer and use it in GitHub Desktop.
Save thadguidry/61018dc6ce5154ecf941ea2014ccc7f3 to your computer and use it in GitHub Desktop.
build docker image using proxy and with buildkit support
$ sudo DOCKER_BUILDKIT=1 docker build --build-arg https_proxy=http://10.7.0.140:8081 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment