Sign inSign up

viveris/docker-images

By viveris

Updated almost 8 years ago

Image to manipulate qcow2 disk images with libguestfs-tools

Image
0

526

viveris/docker-images repository overview

Image to manipulate qcow2 disk images with libguestfs-tools.

Run

docker run --privileged -ti -v /path/to/images/:/images libvirt bash
# guestmount -a /path/to/images/myimage.qcow2 -i /mnt/
# ls /mnt
# guestunmount /mnt

The container must be run with option --privileged to be able to mount the disk image.

Tag summary

Content type

Image

Digest

Size

373.5 MB

Last updated

almost 8 years ago

docker pull viveris/docker-images