docs: Features (#114)
This commit is contained in:
parent
130d032614
commit
642979e03c
1 changed files with 5 additions and 3 deletions
|
@ -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.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue