Add kpod-mount and kpod-umount to mount and umount container images

This command will allow users to manipulate and examine the container
images from outside of the container.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Dan Walsh 2017-07-31 15:35:14 -04:00 committed by Daniel J Walsh
parent efce63bdf2
commit 0cc45cf26a
9 changed files with 328 additions and 5 deletions

View file

@ -26,10 +26,12 @@ func main() {
imagesCommand,
infoCommand,
inspectCommand,
mountCommand,
pullCommand,
pushCommand,
rmiCommand,
tagCommand,
umountCommand,
versionCommand,
saveCommand,
loadCommand,