Unverified Commit c06c505a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Features (#555)

parent 88bdd198
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -12,17 +12,15 @@

Docker container for running virtual machines using QEMU.

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.
## Features ✨

This greatly reduces the learning curve and eliminates the need for a dedicated Proxmox or ESXi server in many cases.
  - 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.

It uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc.) to achieve near-native speed.
  - Greatly reduces the learning curve and eliminates the need for a dedicated Proxmox or ESXi server in many cases.

## Features ✨
 - Has a web-based viewer to control the machine directly from your browser

 - Multi-platform
 - KVM acceleration
 - Web-based viewer
  - Uses high-performance QEMU options (like KVM acceleration, kernel-mode networking, IO threading, etc.) to achieve near-native speed.

## Usage  🐳