From 642979e03c71490c0a31bd0c0810a50b8c604787 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 11 Jun 2024 23:06:59 +0200 Subject: [PATCH] docs: Features (#114) --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6f96a00..3524061 100644 --- a/readme.md +++ b/readme.md @@ -15,13 +15,15 @@ Docker container for running ARM-based virtual machines using QEMU, for devices ## Features ✨ - - Allows you to create VM's which behave just like normal containers, meaning you can manage them using all your existing tools (like Portainer) and configure them in a language (YAML) you are already familiar with. + - Create VM's which behave just like normal containers - - Greatly reduces the learning curve and eliminates the need for a dedicated Proxmox or ESXi server in many cases. + - Manage them using all your existing tools (like Portainer) and configure them in a language (YAML) you are already familiar with + + - Reduces the learning curve and eliminates the need for a dedicated Proxmox or ESXi server - Has a web-based viewer to control the machine directly from your browser - - Uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc.) to achieve near-native speed. + - Uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc.) to achieve near-native speed *Note: for KVM acceleration you need a Linux-based operating system, as it's not available on MacOS unfortunately.*