zacateras / load-test-git

MIT License
0 stars 0 forks source link

Stopping docker container on Ctrl+C #1

Open zacateras opened 6 years ago

zacateras commented 6 years ago

Actual: Docker container keeps running when the app execution is interrupted Ctrl+C (or some other unexpected situation).

Expected: Docker container is removed if app is shutting down (see git_server.GitServerDocker.dispose()).