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:
@ -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
|
||||
|
Reference in New Issue
Block a user