[pve-devel] Proposal For Podman Container Support
Daniel Kral
d.kral at proxmox.com
Tue Mar 18 14:10:22 CET 2025
On 3/18/25 13:32, Filip Schauer wrote:
> Hello,
>
> I have skimmed through the OCI Runtime+Image specs.
> Here is a rough outline of OCI Runtime Bundles and OCI Images:
Hi!
Just to add to the discussion about this feature: On my very narrow
search about existing solutions for creating LXC containers from OCI
images, I came across a builtin script for LXC for this [0]. This
"template" can be used with lxc-create, e.g.
$ lxc-create <lxc-name> -t oci -- --url docker://myimage:latest
AFAIK we don't use lxc-create when setting up LXC containers, but maybe
there's some useful information in parsing and integrating OCI image
imports for Proxmox VE in there. But I haven't spent much time going
through the script, so a closer look is needed to evaluate this.
Kind regards,
Daniel
[0] https://github.com/lxc/lxc/blob/main/templates/lxc-oci.in
More information about the pve-devel
mailing list