container_kill
Send a signal to a Docker container; defaults to SIGKILL to terminate.
Instructions
Send a signal to a container.
args: id_or_name - The container id or name signal - Signal to send (defaults to SIGKILL) returns: dict - The container's attrs after kill
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signal | No | ||
| id_or_name | Yes |