Run Docker containers natively in Proxmox 9.1 (OCI images)

raymii.org

85 points by jandeboevrie 3 hours ago


vladgur - 29 minutes ago

#TIL Proxmox 9.1 is out.

Im still on 8.x -- it was a fun way to consolidate my different hacky projects -- home assistant, frigate, wireguard, qbittorrent etc

Kinda scared to think of what it would take to upgrade to 9.1 :)

https://news.ycombinator.com/item?id=45980005

nirav72 - 3 hours ago

I played with this a bit today. Only downside is, no easy way to update containers yet. But on the other hand, no more dealing with macvlan or custom docker networks.

dizhn - 2 hours ago

They are converted to LXC images then run. No compose file either. Still pretty neat.

caymanjim - an hour ago

It's unclear to me why running Docker directly in Proxmox (it's just Debian) and using it like any other Docker host is a bad idea, and why this extra layer of abstractions is preferable.

Docker has security issues if you're not careful, and it's frankly kind of a shitshow out of the box with defaults. Maybe that's part of the reason. But I struggle to see how a bespoke solution like this is the right answer.

_ache_ - 2 hours ago

I have an "error" "I am not a teapot"

719 - I am not a teapot Espresso Web (Red Hat Enterprise Linux) at raymii.org

Looks suspicious, ... not 418, 719.

haunter - an hour ago

This is something I've always loved about Unraid. The whole apps/containers ecosystem is so well done.

k__ - 2 hours ago

Is this similar to what FlyIO is doing? Running containers as microVMs?