docker|docker 构建镜像添加代理

docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$http_proxy -t test/docker-vim:latest .

    推荐阅读