标签: docker spring-boot
如何为构建运行Spring Boot应用程序的docker镜像配置HTTPS代理服务器?使用docker为Windows创建的Docker映像和基本映像openjdk:8-jdk-alpine;
经过以下配置测试:
用于图像的docker文件:
ENV HTTPS_PROXY "https://user_name:password@IP:port"
config.json文件: