Implement kpod inspect

kpod inspect allows the user to view low-level information about
containers and images

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
Ryan Cole 2017-06-29 15:16:06 -04:00
parent 3b295967f1
commit 0d4305a261
17 changed files with 1180 additions and 318 deletions

View file

@ -25,6 +25,7 @@ func main() {
historyCommand,
imagesCommand,
infoCommand,
inspectCommand,
pullCommand,
pushCommand,
rmiCommand,