Skip to content

djui/docker-guestfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

libguestfs-tools Docker image

A Docker image that allows to use libguestfs-tools for accessing and modifying virtual machine disk images mounted as volumes.

Build

$ docker build -t guestfs .

Or fetch:

$ docker pull djui/guestfs

Usage

$ docker run --rm -it -v my_image.vmdk:/my_image.vmdk guestfs --ro -i -a /my_image.vmdk

Welcome to guestfish, the guest filesystem shell for
editing virtual machine filesystems and disk images.

Type: 'help' for help on commands
'man' to read the manual
'quit' to quit the shell

/dev/sda1 mounted on /

About

libguestfs-tools Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published