ryentang.wordpress.com
Docker: How to prevent exposing proxy credential when building container images with dockerfile
Recently, I started using dockerfile to create container images that will trigger the shell commands to download packages behind a web proxy server. Obviously, my container image will require proxy…