maven package docker:build - connection refused

后端 未结 10 2323
梦谈多话
梦谈多话 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:50

    Try to run 'docker-machine ls' to check for the IP, if it's not a localhost address, you will need a dockerHost tag in your plugin configuration. ex: https://192.168.99.100:2376

    newest version of the plugin is 0.4.1 not 0.2.3

提交回复
热议问题