Sign inSign up

curator/guestfish

By curator

Updated over 11 years ago

Image
0

7.4K

curator/guestfish repository overview

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

Tag summary

Content type

Image

Digest

sha256:d986f2134

Size

250.1 MB

Last updated

over 11 years ago

docker pull curator/guestfish