How to build Docker Images with Dockerfile behind HTTP_PROXY by Jenkins?

后端 未结 7 1841
终归单人心
终归单人心 2020-12-23 14:54

Building Docker images works in a desktop without a problem. Installing Node.js NPM dependencies work as usual. However, when using a continuous integration server such as J

7条回答
  •  别那么骄傲
    2020-12-23 15:04

    Starting with Docker 17.07 you can alternatively use the Docker Client configuration file for providing the proxy configuration centrally:

    https://docs.docker.com/network/proxy/#configure-the-docker-client

提交回复
热议问题