1runc-kill(8) System Manager's Manual runc-kill(8)
2
3
4
6 runc kill - kill sends the specified signal (default: SIGTERM) to the
7 container's init process
8
9
10
12 runc kill [command options] <container-id> <signal>
13
14
15 Where "<container-id>" is the name for the instance of the container
16 and "<signal>" is the signal to be sent to the init process.
17
18
19
21 --all, -a send the specified signal to all processes inside the container
22
23
24
25
27 For example, if the container id is "ubuntu01" the following will send
28 a "KILL" signal to the init process of the "ubuntu01" container:
29
30
31 # runc kill ubuntu01 KILL
32
33
34
35
36 runc-kill(8)