Last active
September 30, 2017 16:10
-
-
Save maneta/8cdb36ed4aca72dd6fe4d03e440b2bbb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker pull ianblenke/kvm | |
# IMPORTANT - Download some linux ISO and leave it on ~/Downloads | |
docker run -v ~/Downloads/:/tmp/ --privileged -it --entrypoint /bin/bash ianblenke/kvm | |
/usr/bin/qemu-system-x86_64 -curses -boot d -cdrom /tmp/<Name-Of-Downloaded-ISO>.iso -m 256 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment