diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-23 11:16:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-23 11:16:36 -0300 |
commit | 98600325b2f7b55a7b39cd6e8a00f9224b113f11 (patch) | |
tree | 785eaa85901f27b28ad94e81f6ed11e6a7877bd4 | |
parent | 71f4eecbb654c6aaf9fad46455d01e6ebdf15e3f (diff) | |
download | kvmx-98600325b2f7b55a7b39cd6e8a00f9224b113f11.tar.gz kvmx-98600325b2f7b55a7b39cd6e8a00f9224b113f11.tar.bz2 |
Adds bocker as an inspiration
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,8 +2,9 @@ KVMX: vagrant-like QEMU KVM Wrapper =================================== KVMX is a lightweight implementation of a virtual machine manager -inspired by [vagrant](https://www.vagrantup.com/) -and [kvm-manager](https://git.fluxo.info/kvm-manager/about/). +inspired by [vagrant](https://www.vagrantup.com/), +[kvm-manager](https://git.fluxo.info/kvm-manager/about/) and +[bocker](https://github.com/p8952/bocker). It may be used for development or as a wrapper for desktop GUI isolation. |