mirror of
https://github.com/docker/compose.git
synced 2025-05-08 00:20:12 +02:00
9 lines
180 B
Markdown
9 lines
180 B
Markdown
|
|
## Description
|
|
|
|
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
|
|
|
|
```console
|
|
$ docker-compose kill -s SIGINT
|
|
```
|