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

@ -36,6 +36,7 @@ func main() {
rmiCommand,
saveCommand,
statsCommand,
stopCommand,
tagCommand,
umountCommand,
versionCommand,