Image to manipulate qcow2 disk images with libguestfs-tools
526
Image to manipulate qcow2 disk images with libguestfs-tools.
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.
Content type
Image
Digest
Size
373.5 MB
Last updated
almost 8 years ago
docker pull viveris/docker-images