First Look - Proxmox 9.1.2 OCI Container support
Daniel Nashed – 10 December 2025 20:22:22
This is brand new and before someone asks: This is not ready for prime time.
You are better of using a Docker host on with a VM or LXC container.
The OCI runtime is not ready for prime time. Specially not for a container like Domino.
First of all pulling from a registry does not support authentication from what it looks like.
So you can't pull from a public registry that needs authentication.
But it would work with a private registry.
I first pulled simple images like busybox to test -- which worked well.
For Domino I exported the image from a Docker host in the following way and copied it into /var/lib/vz/template/cache/
docker save hclcom/domino:latest -o domino-docker.tar
skopeo copy docker-archive:domino-docker.tar oci-archive:domino-oci.tar
Having it copied there let me select it via the LXC menu.
As a volume I selected a mount to /local. But the permissions have not been set right (the data directory was owned by root).
Also when you jump into the container you are always root first.
This isn't what we know from other container run-times and there have been a couple of other smaller issues I had to work-around.
The HCL out of the box image with Redhat UBI did not get an IP address via DHCP. But my Ubuntu image got an IP.
I was able to setup Domino and it is just running fine.
Still this isn't anything you want to use today for Domino.
It is a "don't try this at home" configuration until they improve it.
I just looked into it because someone asked and I wanted to give it a quick try.
On Proxmox the better way would be a LXC container or a VM with a Docker host.
If you want to take a look, use a simple container like busybox first.
- Comments [0]