1apptainer(1) apptainer(1)
2
3
4
6 apptainer-oci-kill - Kill a container (root user only)
7
8
9
11 apptainer oci kill [kill options...]
12
13
14
16 Kill invoke kill operation to kill processes running within container
17 identified by container ID.
18
19
20
22 -f, --force[=false] kill container process with SIGKILL
23
24
25 -h, --help[=false] help for kill
26
27
28 -s, --signal="SIGTERM" signal sent to the container
29
30
31 -t, --timeout=0 timeout in second before killing container
32
33
34
36 $ apptainer oci kill mycontainer INT
37 $ apptainer oci kill mycontainer -s INT
38
39
40
41
43 apptainer-oci(1)
44
45
46
48 22-Jun-2022 Auto generated by spf13/cobra
49
50
51
52Auto generated by spf13/cobra Jun 2022 apptainer(1)