Skip to content

Minimalistic qemu-utils environment, mainly to convert images on macOS

Notifications You must be signed in to change notification settings

dgauch/docker-qemu-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-qemu-utils

Minimalistic qemu-utils environment, mainly to convert images on macOS

Sample command to convert a qcow2 image to a vdi image:

docker run --rm -it -v ~/Downloads:/images dgauch/qemu-utils qemu-img convert -O vdi /images/CentOS-7-x86_64-GenericCloud.qcow2 /images/CentOS-7-x86_64-GenericCloud.vdi

About

Minimalistic qemu-utils environment, mainly to convert images on macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published