kpod stop -- stop one or more containers

Stop one or more containers. Specific a timeout value
that if the stop operation exceeds, will forcibly stop
the container.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude 2017-09-06 12:30:34 -05:00
parent 10b72d8bfa
commit aca658b423
7 changed files with 168 additions and 0 deletions

View file

@ -100,6 +100,9 @@ Save an image to docker-archive or oci
### stats
Display a live stream of one or more containers' resource usage statistics
### stop
Stops one or more running containers.
### tag
Add an additional name to a local image