Add support for kpod kill
Kill one or more containers using a user-provided signal. If not signal is provided, KILL is used. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
parent
e2c87f515b
commit
7b062cf4c1
10 changed files with 322 additions and 0 deletions
|
@ -48,6 +48,7 @@ It is currently in active development in the Kubernetes community through the [d
|
|||
| [kpod-images(1)](/docs/kpod-images.1.md) | List images in local storage |[](https://asciinema.org/a/133649)|
|
||||
| [kpod-info(1)](/docs/kpod-info.1.md) | Display system information ||
|
||||
| [kpod-inspect(1)](/docs/kpod-inspect.1.md) | Display the configuration of a container or image |[](https://asciinema.org/a/133418)|
|
||||
| [kpod-kill(1)](/docs/kpod-kill.1.md) | Kill the main process in one or more running containers
|
||||
| [kpod-load(1)](/docs/kpod-load.1.md) | Load an image from docker archive or oci |[](https://asciinema.org/a/kp8kOaexEhEa20P1KLZ3L5X4g)|
|
||||
| [kpod-logs(1)](/docs/kpod-logs.1.md) | Display the logs of a container ||
|
||||
| [kpod-mount(1)](/docs/kpod-mount.1.md) | Mount a working container's root filesystem ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue