Skip to content

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

Merged
thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah:kill_canonical_signal_name
May 13, 2022
Merged

docker kill: don't set default signal on the client side#3271
thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah:kill_canonical_signal_name

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah commented Aug 25, 2021

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

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Comment thread cli/command/container/kill.go Outdated
@thaJeztah thaJeztah force-pushed the kill_canonical_signal_name branch from c2cdfb9 to 711e6b4 Compare February 25, 2022 16:56
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #3271 (711e6b4) into master (ae3b0b3) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #3271   +/-   ##
=======================================
  Coverage   58.24%   58.24%           
=======================================
  Files         287      287           
  Lines       24155    24155           
=======================================
  Hits        14070    14070           
  Misses       9225     9225           
  Partials      860      860           

@thaJeztah thaJeztah force-pushed the kill_canonical_signal_name branch from 711e6b4 to 72e6f35 Compare May 13, 2022 08:08
@thaJeztah thaJeztah changed the title docker kill: use "SIGKILL" instead of "KILL" as default signal docker kill: don't set default signal on the client side May 13, 2022
The default signal is already determined by the daemon, so the
CLI should not send a signal.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the kill_canonical_signal_name branch from 72e6f35 to 20138a8 Compare May 13, 2022 08:10
@thaJeztah thaJeztah merged commit 55de347 into docker:master May 13, 2022
@thaJeztah thaJeztah deleted the kill_canonical_signal_name branch May 13, 2022 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants