From 2a032ed31082e5a23df2806fd847af4b65b43200 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Thu, 4 Feb 2021 17:27:19 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +``` From db269613db307608973c19698ddbe75251ff9653 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Sat, 6 Feb 2021 12:28:41 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e75a24..b5c97e7 100644 --- a/README.md +++ b/README.md @@ -57,13 +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`. -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 ``` + +Sources: +* https://www.youtube.com/watch?v=nGSNULpHHZc +* https://docs.docker.com/network/overlay/ +* https://docs.docker.com/registry/ +