From 21bbfcbbb723921ab3f4634dc4361583748da35b Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 24 Dec 2023 16:18:13 +0100 Subject: [PATCH] docs: Readme (#260) --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b946d6b..7c1067d 100644 --- a/readme.md +++ b/readme.md @@ -11,14 +11,15 @@ -QEMU in a docker container for running AMD64 virtual machines (even on ARM64). +QEMU in a docker container for running x64 virtual machines (even on ARM platforms). -It uses high-performance QEMU options (KVM acceleration, kernel-mode networking, etc) to achieve near-native speed. +It uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc) to achieve near-native speed. ## Features - Multi-platform - KVM acceleration + - GPU passthrough ## Usage @@ -75,7 +76,7 @@ docker run -it --rm -e "BOOT=http://www.example.com/image.iso" -p 5900:5900 --de * ### How do I change the location of the data disk? - To change the data disk's location from the default Docker volume, include the following bind mount in your compose file: + To change the location of the data disk, include the following bind mount in your compose file: ```yaml volumes: