maven package docker:build - connection refused

后端 未结 10 2089
梦谈多话
梦谈多话 2021-02-07 05:06

I am trying to directly build a docker image with maven with mvn package docker:build.

Docker is running and docker ps shows me my containers,

10条回答
  •  野性不改
    2021-02-07 05:26

    i solve the problem using this setting:

    
    	10.10.8.175:5000/${artifactId}:${project.version}
    	https://192.168.99.100:2376
    	C:\Users\AtomView\.docker\machine\machines\default
    	src/main/resources/docker
    	
    		
    			/
    			${project.build.directory}
    			*.zip
    		
    	
    

提交回复
热议问题