Skip to content

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

Merged
thaJeztah merged 1 commit into
docker: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 into
docker:masterfrom
thaJeztah:kill_canonical_signal_name

Conversation

@thaJeztah

@thaJeztahthaJeztah commented Aug 25, 2021

Copy link
Copy Markdown
Member

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 threadcli/command/container/kill.go Outdated
@thaJeztah
thaJeztahforce-pushed the kill_canonical_signal_name branch from c2cdfb9 to 711e6b4CompareFebruary 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
thaJeztahforce-pushed the kill_canonical_signal_name branch from 711e6b4 to 72e6f35CompareMay 13, 2022 08:08
@thaJeztahthaJeztah changed the title docker kill: use "SIGKILL" instead of "KILL" as default signaldocker kill: don't set default signal on the client sideMay 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 <github@gone.nl>
@thaJeztah
thaJeztahforce-pushed the kill_canonical_signal_name branch from 72e6f35 to 20138a8CompareMay 13, 2022 08:10
@thaJeztah
thaJeztah merged commit 55de347 into docker:masterMay 13, 2022
@thaJeztah
thaJeztah deleted the kill_canonical_signal_name branch May 13, 2022 09:06
Sign up for freeto 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

@thaJeztah@codecov-commenter@rumpl