1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-oci-kill - Kill a container (root user only)
7
8
9

SYNOPSIS

11       singularity oci kill [kill options...]
12
13
14

DESCRIPTION

16       Kill invoke kill operation to kill processes running within container
17         identified by container ID.
18
19
20

OPTIONS

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

EXAMPLE

36                $ singularity oci kill mycontainer INT
37                $ singularity oci kill mycontainer -s INT
38
39
40
41

SEE ALSO

43       singularity-oci(1)
44
45
46

HISTORY

48       11-Mar-2021 Auto generated by spf13/cobra
49
50
51
52Auto generated by spf13/cobra      Mar 2021                     singularity(1)
Impressum