Top "Docker-maven-plugin" questions

To be used with programming questions that uses docker-maven-plugin ( A Maven plugin for building and pushing Docker images )

HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1] failed: Connection refused

[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:1.0.0:build (default) on project Bookstore: Exception caught: java.util.concurrent.ExecutionException: com.…

java maven docker docker-maven-plugin spotify-docker-client
Why do I get "unzip: short read" when I try to build an image from Dockerfile?

From Spring Microservices in Action book: I am trying to use the Docker Maven Plugin to build a docker image …

docker dockerfile unzip alpine docker-maven-plugin