fabric8io / docker-maven-plugin

Maven plugin for running and creating Docker images
https://dmp.fabric8.io
Apache License 2.0
1.87k stars 642 forks source link

Fail on swarm cluster #444

Open sebglon opened 8 years ago

sebglon commented 8 years ago

On swarm cluster, i have this error: Failed to execute goal io.fabric8:docker-maven-plugin:0.14.2:start (default-cli) on project docker-image: Execution default-cli of goal io.fabric8:docker-maven-plugin:0.14.2:start failed: Unable to determine container name from 'Names' ["/vpro-docker-node-0/infra_flumelocal_1"] -> [Help 1]

rhuss commented 8 years ago

Would it be possible to share your setup ? How do you use the plugin with Swarm ? I ask because we have some sanity checks for the container names which doesn't allow slashes in between. To be honest, i don't correctly remember why (but will find out ;-)