Sign inSign up

alectolytic/libvirtd

By alectolytic

Updated almost 11 years ago

Image
2

949

alectolytic/libvirtd repository overview

Fedora Docker: libvirtd

This docker container provides a running libvirt daemon that can be linked to from clients that require libvirtd.

This container has been derrived from the great work done by the Project Atomic crew. I highly recommend reading the linked post.

Build
docker build -t libvirtd
Run
# use alectolytic/libvirtd if pulling from dockerhub
# use '--net host --expose 16509' if client is not linked
docker run \
  --privileged \
  --detach=true \
  --name libvirtd \
  libvirtd

This command will start a detached instance of the container with the name libvirtd.

Stop
docker stop libvirtd

Volumes

The following volumes can be mounted from the host.

VolumeDescription
/sys/fs/cgroupControl Group Resource Management
/var/lib/libvirtHost libvirt directory.
/var/lib/libvirt/imagesDefault storage pool.

Ports

PortDescription
16509TCP port for client connections if not linked.

Tag summary

Content type

Image

Digest

sha256:17f6858f7

Size

316.3 MB

Last updated

almost 11 years ago

docker pull alectolytic/libvirtd