virt-clone

Clone a libvirt virtual machine. More information: <https://manned.org/virt-clone>.

Debian Debian
RUN apt-get update && \ apt-get install -y virtinst
Ubuntu
RUN apt-get update && \ apt-get install -y virtinst
Alpine
RUN apk add virt-install
Arch Arch Linux
RUN pacman -S --noconfirm virt-install
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y virtinst
CentOS
RUN yum install -y python-virtinst
Fedora
RUN dnf install -y virt-install
Raspbian
RUN apt-get update && \ apt-get install -y virtinst
click the source code to copy install virt-clone on any operating system with command-not-found.com