You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, really appreciate the effort you put here and this plugin is very useful.
I want to create containers each and every time. Sometimes containers with the same name present, and is throwing errors with the plugin when containers are starting with up goal. Could you add support for this ?
docker-compose rm
The text was updated successfully, but these errors were encountered:
Girivasan
changed the title
docker-compose up --force-recreate
docker-compose rm <service1> <service2>
Jan 6, 2021
Would introducing additional down goal execution in pre-integration-test phase fix your use-case? This would remove all dangling containers before docker-compose up gets called.
Basically your executions block for the plugin would look something like:
First of all, really appreciate the effort you put here and this plugin is very useful.
I want to create containers each and every time. Sometimes containers with the same name present, and is throwing errors with the plugin when containers are starting with up goal. Could you add support for this ?
docker-compose rm
The text was updated successfully, but these errors were encountered: