This docker container provides a libvirt client connecting to a linked libvirtd container.
This container has been derrived from the great work done by the Project Atomic crew. I highly recommend reading the linked post.
docker build -t libvirt-client
Note that this expects a libvirtd container running with the name libvirtd.
# use alectolytic/libvirt-client if pulling from docker hub
docker run -it \
--link libvirtd:libvirtd \
libvirt-client
This client expects the libvirtd hostname to injected as libvirtd (via --link). By default this drops to an interactive virsh shell.
The following volumes can be mounted from the host.
| Volume | Description |
|---|---|
| /var/lib/libvirt/ | libvirt storage. |
No ports are exposed.
Content type
Image
Digest
sha256:646e5878b…
Size
275.2 MB
Last updated
almost 11 years ago
docker pull alectolytic/libvirt-client