virt-image

Programs to create and clone virtual machines

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 virtinst
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y virtinst
CentOS
RUN yum install -y python-virtinst
Raspbian
RUN apt-get update && \ apt-get install -y virtinst
click the source code to copy install virt-image on any operating system with command-not-found.com