mirror of https://github.com/docker/compose.git
5c1e5f3fc7
Kill executed on the second Ctrl-C of docker compose up was filtering containers depending on its state. In some cases the containers can reach an state for what these filters don't get any container, and the command keeps reporting `no container to kill`. Remove this filtering, so it tries to kill any container it finds, independently of its state. Fixes https://github.com/docker/compose/issues/10661 Signed-off-by: Jaime Soriano Pastor <jaime.soriano@elastic.co> |
||
---|---|---|
.. | ||
api.go | ||
api_test.go | ||
dryrunclient.go | ||
errors.go | ||
errors_test.go | ||
io.go | ||
labels.go |