Usage
shelldocker kill OPTIONS CONTAINER
| Option | Description |
|---|
-s --signal | Signal to send to the container. |
Examples
Send SIGKILL to a container:
shelldocker kill my_container
Send SIGHUP to a container (SIG is optional):
shelldocker kill --signal SIGHUP my_container
docker kill --signal 1 my_container