Ctrl-c in `src campaign preview|apply` doesn't kill unresponsive containers
View options
- Truncate descriptions
Created by: mrnugget
Not sure how to reproduce this reliably, but it's something I've run into a lot:
- Containers/steps take a long time to run
- Hit Ctrl-C
- Nothing happens
- Hammer Ctrl-C
- Nothing happens
- do a
docker ps
anddocker kill <cid>
in a separate terminal