Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

scraperwiki/docker-guestfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.

Usage

$ docker build -t guestfs .
$ 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