docs: Features

This commit is contained in:
Kroese 2024-06-11 22:38:20 +02:00 committed by GitHub
parent 6e5de3669b
commit da008b8d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,19 +13,17 @@
Docker container for running ARM-based virtual machines using QEMU, for devices like the Raspberry Pi 5 and many others. Docker container for running ARM-based virtual machines using QEMU, for devices like the Raspberry Pi 5 and many others.
It 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.
This greatly reduces the learning curve and eliminates the need for a dedicated Proxmox or ESXi server in many cases.
It 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.*
## Features ✨ ## Features ✨
- Multi-platform - 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.
- KVM acceleration
- Web-based viewer - Greatly reduces the learning curve and eliminates the need for a dedicated Proxmox or ESXi server in many cases.
- 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.
*Note: for KVM acceleration you need a Linux-based operating system, as it's not available on MacOS unfortunately.*
## Usage 🐳 ## Usage 🐳