Merge pull request #1 from Ella-0/patch-1
Update README.md to include manually running QEMU
This commit is contained in:
commit
9f7845f00c
1 changed files with 7 additions and 0 deletions
|
@ -57,7 +57,14 @@ There are 4 commands the user should be aware of, they are writen in chronologic
|
|||
|
||||
Use virt-manager or qemu to boot the `lazybox.img`.
|
||||
|
||||
Or execute QEMU directly with the following
|
||||
|
||||
```
|
||||
qemu-system-x86_64 path/to/disk -enable-kvm -m 4096
|
||||
```
|
||||
|
||||
Sources:
|
||||
* https://www.youtube.com/watch?v=nGSNULpHHZc
|
||||
* https://docs.docker.com/network/overlay/
|
||||
* https://docs.docker.com/registry/
|
||||
|
||||
|
|
Loading…
Reference in a new issue