Update README.md

This commit is contained in:
Ella-0 2021-02-04 17:27:19 +00:00 committed by GitHub
parent 5b7c97d944
commit 2a032ed310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -61,3 +61,9 @@ Sources:
* https://www.youtube.com/watch?v=nGSNULpHHZc
* https://docs.docker.com/network/overlay/
* https://docs.docker.com/registry/
Or execute QEMU directly with the following
```
qemu-system-x86_64 path/to/disk -enable-kvm -m 4096
```