文件最后提交记录最后更新时间
1 年前
10 个月前
9 个月前
5 个月前
2 个月前
1 个月前
1 个月前
1 个月前
1 个月前
README.md

Quick reference

Libvirt | openEuler

Current Libvirt docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Libvirt provides a portable, long term stable C API for managing the virtualization technologies provided by many operating systems. It includes support for QEMU, KVM, Xen, LXC, bhyve, Virtuozzo, VMware vCenter and ESX, VMware Desktop, Hyper-V, VirtualBox and the POWER Hypervisor.

Learn more about Libvirt on libvirt Website⁠.

Supported tags and respective Dockerfile links

The tag of each libvirt docker image is consist of the version of libvirt and the version of basic image. The details are as follows

Tag Currently Architectures
12.4.0-oe2403sp3 libvirt 12.4.0 on openEuler 24.03-LTS-SP3 amd64, arm64
12.3.0-oe2403sp3 libvirt 12.3.0 on openEuler 24.03-LTS-SP3 amd64, arm64
12.0.0-oe2403sp3 libvirt 12.0.0 on openEuler 24.03-LTS-SP3 amd64, arm64
11.7.0-oe2403sp1 libvirt 11.7.0 on openEuler 24.03-LTS-SP1 amd64, arm64
11.3.0-oe2403sp1 Libvirt 11.3.0 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/libvirt image from docker

    docker pull openeuler/libvirt:{Tag}
    
  • Start a libvirt instance

    docker run -it --rm openeuler/libvirt:{Tag}
    

    The openeuler/libvirt image is used to verify the integration between the upstream libvirt version and openEuler.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.