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

@ -18,7 +18,7 @@ function teardown() {
}
@test "kpod pull from docker with tag" {
run ${KPOD_BINARY} $KPOD_OPTIONS pull debian:6.0.10
run ${KPOD_BINARY} ${KPOD_OPTIONS} pull debian:6.0.10
echo "$output"
[ "$status" -eq 0 ]
run ${KPOD_BINARY} $KPOD_OPTIONS rmi debian:6.0.10