Merge pull request #855 from baude/kpod_stop2

kpod stop -- stop one or more containers
This commit is contained in:
Daniel J Walsh 2017-09-12 12:27:21 -04:00 committed by GitHub
commit ac5596cf62
7 changed files with 168 additions and 0 deletions

View file

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