apptainer-oci-kill - Kill a container (root user only)
apptainer oci kill [kill options...]
Kill invoke kill operation to kill processes running within container
identified by container ID.
-f, --force[=false] |
kill container process with SIGKILL |
||
-h, --help[=false] |
help for kill |
||
-s, --signal="SIGTERM" |
signal sent to the container |
||
-t, --timeout=0 |
timeout in second before killing container |
$ apptainer oci kill mycontainer INT
$ apptainer oci kill mycontainer -s INT
29-Mar-2023 Auto generated by spf13/cobra