Created
September 30, 2017 16:07
-
-
Save maneta/0d9d2ed40ba1d177a006e52d12e74c11 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 128 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment