-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop container by container name #190
Comments
a profile may or may not help in this case, it depends on if you have other container definitions and how they are managed in the overall pom. see issue #207. what's the use case for this? how do you see the jenkins job working? |
how do I define the docker stop in the pom.xml file? |
leusonmario
pushed a commit
to leusonmario/docker-maven-plugin
that referenced
this issue
Aug 18, 2018
Added badge for plugin version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all: Thanks for the awesome Docker Maven plugin - we use it for integration and performance tests and the linking, cleanup, etc. works just great.
We would like to use it as well for running the "latest and greatest" of our containers and do so in a nightly Jenkins job.
The plugin almost provides everything for that:
The only thing which is missing would be to stop containers by their container name.
docker:stop would therefore need another parameter:
containerNameToStop (or similar)
Is that possible?
The text was updated successfully, but these errors were encountered: