diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-22 14:09:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-22 14:09:19 -0300 |
commit | 23e5ab8db41d37ae70a226fc5446dc9ba51a26bc (patch) | |
tree | cd3e6f7777fa8255828bacee5a0cf4ecbcb5f0eb | |
parent | 35156f763a84ec40327a21a5b99894e3e6e4bd36 (diff) | |
download | kvmx-23e5ab8db41d37ae70a226fc5446dc9ba51a26bc.tar.gz kvmx-23e5ab8db41d37ae70a226fc5446dc9ba51a26bc.tar.bz2 |
Some features and dependencies
-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: |