Comment on Boot Docker in 10 seconds on any VM or physical machine with this 30 MB ISOparentComments−steeve12yHowever, remember that qemu-system does _not_ virtualize, so it will likely be slower than a virtualized environment (vbox...).qemu-kvm does virtualize, but only on Linux.−jpetazzoOP12yIndeed; for the lucky ones around here with a bare metal Linux box, just substitute kvm instead and ROCK ON!−chanux12yOn ubuntu it says 'W: kvm binary is deprecated, please use qemu-system-x86_64 instead'
Comments
However, remember that qemu-system does _not_ virtualize, so it will likely be slower than a virtualized environment (vbox...).
qemu-kvm does virtualize, but only on Linux.
Indeed; for the lucky ones around here with a bare metal Linux box, just substitute kvm instead and ROCK ON!
On ubuntu it says 'W: kvm binary is deprecated, please use qemu-system-x86_64 instead'