1runc-kill(8)                System Manager's Manual               runc-kill(8)
2
3
4

NAME

6       runc-kill - send a specified signal to container
7
8
9

SYNOPSIS

11       runc kill [--all|-a] container-id [signal]
12
13
14

DESCRIPTION

16       By  default, runc kill sends SIGTERM to the container's initial process
17       only.
18
19
20       A different signal can be specified either by its name (with or without
21       the  SIG  prefix),  or its numeric value. Use kill(1) with -l option to
22       list available signals.
23
24
25

OPTIONS

27       --all|-a
28              Send the signal to all processes inside the container.
29
30
31

EXAMPLES

33       The following will send a KILL  signal  to  the  init  process  of  the
34       ubuntu01 container:
35
36
37              # runc kill ubuntu01 KILL
38
39
40
41

SEE ALSO

43       runc(1).
44
45
46
47                                                                  runc-kill(8)
Impressum