Closed SmallAd closed 1 year ago
dockerfile-maven-plugin
can talk to Windows named pipes. If it can, you should be able to connect via //./pipe/dockerDesktopLinuxEngine
Stevedore is no longer providing support for Linux containers. See why. I recommend switching to Rancher Desktop, Container Desktop or Colima.
Version
0.6.1
What steps are needed to reproduce the behavior?
I tried to build docker image for java project with dockerfile-maven-plugin.
What you expected?
build docker image
What happened?
Receive error that cannot connect to localhost:2375
Additional context
By default dockerfile-maven-plugin try to connect to localhost:2375. We can configure it using env variable DOCKER_HOST. Could you please clarify what value it should be?