virsh
Manage virsh guest domains. (NOTE: 'guest_id' can be the id, name or UUID of the guest). Some subcommands such as virsh list have their own usage documentation. More information: <https://libvirt.org/virshcmdref.html>.
RUN apt-get update && \
apt-get install -y libvirt-bin
RUN apt-get update && \
apt-get install -y libvirt-bin
RUN apk add libvirt
RUN pacman -S --noconfirm libvirt
RUN apt-get update && \
apt-get install -y libvirt-clients
RUN yum install -y libvirt-client
RUN dnf install -y libvirt-client
RUN apt-get update && \
apt-get install -y libvirt0-dbg