kill

Modified: 28 Apr 2022 01:33 UTC
Stability: Unknown

Usage: docker kill [OPTIONS] CONTAINER [CONTAINER...]

Kill a running container using SIGKILL or a specified signal

  -s, --signal="KILL"    Signal to send to the container

The main process inside the container will be sent SIGKILL, or any signal specified with option --signal.

Divergence

SDC Docker only supports a subset of signals for docker kill. These currently include:

Please contact Joyent support or file a ticket if you discover any additional divergence.