virt-image
Programs to create and clone virtual machines
Install
- All systems
-
curl cmd.cat/virt-image.sh
- Debian
-
apt-get install virtinst
- Ubuntu
-
apt-get install virtinst
- Alpine
-
apk add virtinst
- Kali Linux
-
apt-get install virtinst
- CentOS
-
yum install python-virtinst
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install virtinst
- Raspbian
-
apt-get install virtinst
- Dockerfile
- dockerfile.run/virt-image
- Docker
-
docker run cmd.cat/virt-image virt-image
powered by Commando
virtinst
Programs to create and clone virtual machines
Virtinst is a set of commandline tools to create virtual machines using libvirt: virt-install: provision new virtual machines virt-clone: clone existing virtual machines virt-image: create virtual machines from an image description virt-convert: convert virtual machines between formats