logbee / keyscore

Apache License 2.0
3 stars 0 forks source link

startContainers task fails when containers are already in use #14

Closed mlandth closed 6 years ago

mlandth commented 6 years ago

When starting the gradle task "startContainers" and one or more instances of those containers are already running, the task fails. Currently, the user has to stop and remove those containers manually before executing the task again.

Possible Solution: Stop and remove all specified containers automatically before executing the startContainers task.