Skip to content

curator/docker-guestfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

libguestfs-tools

Run guestfish and other libguestfs-tools in a container. Especially useful on platforms where compilation is impractical or unpossible (Mac OS X, Windows, etc.).

Defaults to running guestfish

"Installation"

Create an alias (in your .zshrc or .bashrc or whereever appropriate): guestfish () { docker run -it --rm -v $PWD:/root/$PWD curator/guestfish $@ }

Usage

guestfish --rw -a /root/$PWD/someimage.qcow2

You did it!

justinclayton

About

CentOS-based libguestfs-tools image that defaults to running guestfish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published