Created
May 7, 2017 19:05
-
-
Save koduki/b55f1b1e9d2b48af94679e56f2159b9a to your computer and use it in GitHub Desktop.
qemu-memo
This file contains hidden or 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
qemuでboot2dockerを起動。割と普通に動いた。VT-Xを使ってるかどうかを要検証 | |
```bash | |
λ 'C:\Program Files\qemu\qemu-img.exe' create -f qcow2 harddisk.qcow2 32G | |
λ "C:\Program Files\qemu\qemu-system-x86_64w.exe" -m 4G -cdrom boot2docker.iso -name boot2docker -drive file=harddisk.qcow2,media=d isk,cache=writeback -smp 2 -netdev user,id=user.0 -device e1000,netdev=user.0 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment