diff --git a/README.md b/README.md index fed20e6..5e75a24 100644 --- a/README.md +++ b/README.md @@ -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 +```