Proxmox VE 9.1 Now Natively Supports Creating LXC Containers from OCI Images

#Software News Proxmox VE 9.1 has been released, now natively supporting the creation of LXC containers from OCI images. Most Docker images are compatible with OCI, which means users can quickly create containers by pulling public images directly in PVE. OCI is the open-source container image standard initiated by Docker in 2015. With PVE now supporting OCI, it can provide cross-platform compatibility and reduce the complexity for users when deploying containers. Read more: https://ourl.co/111205

Last week, the enterprise-level virtualization software Proxmox VE released version 9.1. A key feature of this update is that PVE now natively supports creating LXC containers from OCI images. This means that users can directly download images from the image repository to create containers or manually upload images to be used as templates for LXC containers.

Proxmox VE 9.1 Now Natively Supports Creating LXC Containers from OCI Images

OCI refers to the Open Container Initiative, which is also an open-source project initiated by Docker in 2015, aimed at standardizing containers and providing broader compatibility. OCI focuses on creating an open, standardized container image format and runtime specification to ensure cross-platform compatibility.

PVE can configure containers as either full system containers or lightweight application containers based on the image. Application containers are a unique optimization method that ensures minimal resource usage, improving resource utilization for microservices. This new feature also means that users can quickly and seamlessly deploy standardized applications through the PVE graphical interface or command line from existing container build pipelines.

Currently, most images in Docker repositories are compatible with the OCI standard, making it very convenient for users to create images using these containers. They can simply pull the images to create them, with almost no additional changes required.

Other highlights of PVE 9.1 include:

Support for qcow2 format TPM state

New vCPU flags for fine-grained control over nested virtualization

Enhanced SDN state reporting

Interested users can download PVE 9.1 here: https://www.proxmox.com/en/downloads

Leave a Comment