logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

runc-kill - send a specified signal to container

Description

       By default, runckill sends SIGTERM to the container's initial process only.

       A  different  signal can be specified either by its name (with or without the SIG prefix), or its numeric
       value. Use kill(1) with -l option to list available signals.

Examples

       The following will send a KILL signal to the init process of the ubuntu01 container:

       # runc kill ubuntu01 KILL

Name

runc-kill - send a specified signal to container

See Also

runc(1).

                                                                                                    runc-kill(8)

Synopsis

runckillcontainer-id [signal]

See Also