Skip to content

Docker container containing KVM-enabled qemu binaries

Notifications You must be signed in to change notification settings

alexandrem/qemu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qemu-docker

qemu-docker is a base Docker container containing KVM-enabled qemu binaries, and scripts to set up the /dev/kvm device node (which udev would normally do for us in a non-containerized environment). It is meant to be built on top of using FROM in another Dockerfile (it's kevin/qemu in the Docker index).

Must be run with -privileged in order to take advantage of KVM, until the /dev/kvm device node is whitelisted for use within containers. If run non-privileged, qemu will fall back on software emulation.

About

Docker container containing KVM-enabled qemu binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages