diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -13,11 +13,21 @@ or integration. In the other hand, if you're looking for a small application that doesn't depend on software installed from unstrusted sources, you'll feel welcome here :) +## Features + +* Automatic provisioning for Debian guests. +* Serial console support. +* QEMU monitor support. +* Easily copy files or SSH into the guest. +* Built-in shell. +* GUI support via Spice, Xephyr, VNC and Xpra. +* Works both for desktop GUI virtualization, local development or at production servers. + ## Dependencies KVMX currently needs a Debian-based system and the following dependencies: - sudo apt install git qemu qemu-kvm virt-viewer spice-client spice-client-gtk socat + sudo apt install git qemu qemu-kvm virt-viewer spice-client spice-client-gtk socat screen If you plan to create guest images, you may also want the following packages: |