dustymabe / virt-manager

Desktop tool for managing virtual machines via libvirt

Home Page:https://virt-manager.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Machine Manager

virt-manager is a graphical tool for managing virtual machines via libvirt. Most usage is with QEMU/KVM virtual machines, but Xen and libvirt LXC containers are well supported. Common operations for any libvirt driver should work.

Several command line tools are also provided:

  • virt-install: Create new libvirt virtual machines
  • virt-clone: Duplicate existing libvirt virtual machines
  • virt-xml: Edit existing libvirt virtual machines/manipulate libvirt XML

For dependency info and installation instructions, see the INSTALL.md file. If you just want to quickly test the code from a git checkout, you can launch any of the commands like:

./virt-manager --debug ...

Contact

About

Desktop tool for managing virtual machines via libvirt

https://virt-manager.org

License:GNU General Public License v2.0


Languages

Language:Python 99.9%Language:Shell 0.1%