1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

docker kill: don't set default signal on the client side

The default signal is already determined by the daemon, so the
CLI should not send a signal.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-08-21 14:06:41 +02:00
parent 1b922a47c1
commit 20138a81bc
3 changed files with 22 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Kill one or more running containers
Options:
--help Print usage
-s, --signal string Signal to send to the container (default "KILL")
-s, --signal string Signal to send to the container
```
## Description