virt-xml
Edit libvirt Domain XML files with explicit command-line options. NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
RUN apt-get update && \
apt-get install -y virtinst
RUN apt-get update && \
apt-get install -y virtinst
RUN apk add virt-install
RUN pacman -S --noconfirm virt-install
RUN apt-get update && \
apt-get install -y virtinst
RUN yum install -y virt-install
RUN dnf install -y virt-install
RUN apt-get update && \
apt-get install -y virtinst