Proxmox VE 9.1 Adds Native Docker Container and OCI Image Support
By
jandeboevrie
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
Proxmox VE 9.1 introduces native support for running Docker containers and OCI images directly within the virtualization platform, eliminating the need for workarounds or virtual machines. The article provides a tutorial on how to set up and run a simple container from a Docker image in Proxmox VE 9.1, discussing the platform's capabilities as an open-source virtualization solution based on Debian that can run KVM virtual machines and Linux Containers (LXC).
Key quotes
· 5 pulledProxmox VE 9.1 was released recently and this new version is able to run Docker containers / OCI images natively, no more hacks or VM's required to run docker.
Proxmox VE is a virtualization platform, like VMWare, but open source, based on Debian. It can run KVM virtual machines and Linux Containers (LXC).
This post shows you how to run a simple container from a docker image.
I've been using it for over 10 years, the first article I wrote mentioning it was in 2012.
At home I have a 2 node Proxmox VE cluster consisting of 2 HP EliteDesk Mini machines, both running with 16 GB RAM and both an NVMe and SATA SSD with ZFS on root (256 GB).
You might also wanna read
LXD Container Deployment for Infinibay VDI Management Platform
This article describes an LXD-based container deployment solution for the Infinibay VDI (Virtual Desktop Infrastructure) management platform
How to Optimize a Node.js Docker Image from 1.2GB to 78MB: A Step-by-Step Guide
A practical guide showing how to reduce a Node.js Docker image from 1.2GB to 78MB through six optimization techniques. The article walks thr
Lightwhale: A Minimal, Immutable Linux Distro for Running Docker Engine
Lightwhale is a lightweight, immutable Linux distribution designed specifically for running Docker Engine. It features a plug-and-play ISO t
Holos: Docker Compose for KVM/QEMU Virtualization Management
Holos is a Docker Compose-like tool for KVM/QEMU virtualization that allows users to define multi-VM stacks in a single YAML file. It simpli
SmolVM: CLI Tool for Portable, Lightweight Virtual Machines
SmolVM is a CLI tool for building and running portable, lightweight, self-contained virtual machines. It enables users to manage custom Linu
Zeroboot: Sub-millisecond VM Sandboxes for AI Agents Using Copy-on-Write Forking
Zeroboot is an open-source project that enables sub-millisecond VM sandboxes for AI agents using copy-on-write forking. It achieves signific
