whisklabs / docker-it-scala

Docker integration testing kit with Scala
MIT License
431 stars 91 forks source link

Allow pausing/unpausing of containers in DockerExecutor #128

Open s4nk opened 5 years ago

s4nk commented 5 years ago

DockerExecutor allows to remove containers. It would be useful if it also allowed pausing/unpausing or starting stopped containers (a stopContainer method already exists but it doesn't have a corresponding startContainer). One use case for this is testing behaviors triggered when external dependencies are unavailable.