oci

  1. A

    [SOLVED] OCI LXC Probleme beim Starten

    Grüß euch! Nachdem ich vor ein paar Monaten bereits erfolgreich einen OCI Container in PVE zum testen importierte, dachte ich mir, dass es wohl auch dieses mal Funktionieren würde, aber möglicherweise gibt es doch noch ein paar Probleme die behoben müssen oder ich habe beim Initialen Setup...
  2. B

    OCI Image fails to extract if the image relies on systemd

    Hi there, I was trying to import the official freeipa image from docker hub into proxmox and, after cloning it locally, i got this error while creating the container: TASK ERROR: unable to create CT 100 - Error while extracting OCI image: IO error: failed to unpack...
  3. S

    OCI Beta + s6-overlay Images: UID/GID and NFS Mount Issues

    I recently tried running an autocalibre-web OCI image in a proxmox LXC container using the new OCI beta feature. I know it is just beta but wanted to provide some feedback. The OCI image used s6-overlay as init. When combined with NFS bind mounts and unpriviliged container, the following...
  4. V

    Bug? Static IP not applied inside OCI/unprivileged LXC containers

    When creating an unprivileged LXC container from an OCI image (e.g. pct create ... --ostype unmanaged) and setting a static IP via: pct set 129 --net0 "name=eth0,bridge=vmbr1,ip=10.0.0.50/24,gw=10.0.0.1"<br> The Proxmox config (/etc/pve/lxc/129.conf) correctly shows: net0...
  5. Z

    pve-container 6.1.0 startup for scratch container failed

    oci: docker.io/kanidm/server:1.8.5 pct start 1003 --debug run_buffer: 571 Script exited with status 255 lxc_init: 845 Failed to run lxc.hook.pre-start for container "1003" __lxc_start: 2046 Failed to initialize container "1003" ook" for container "1003", config section "lxc" DEBUG utils -...
  6. P

    Downloading OCI images through the CLI instead of the GUI

    As the title says basically - Does anyone know if and how it's possible on Proxmox 9.1+ to download the OCI images through the CLI instead of the GUI?
  7. R

    OCI container error for searxng

    Hi I need some help please. I am trying to get an oci container up and running. "searxng/searxng" and I get this error: () Logical volume "vm-100-disk-0" created. Logical volume pve/vm-100-disk-0 changed. Creating filesystem with 2621440 4k blocks and 655360 inodes Filesystem UUID...
  8. C

    [SOLVED] OCI container not functional (postgres latest)

    I'm a freelance Postgres DBA and use Proxmox to host a plethora of containers and VMs for work (research mainly) for my clients. It's been an absolute godsend, so a huge THANKS for making Proxmox! I found the new OCI support interesting, so I searched the OCI registry for "postgres" and chose...
  9. T

    [SOLVED] Questions about OCI CT

    Hello, how do you update OCI containers? What is the default repository used to download OCI images? Thanks in advance.
  10. S

    Proxmox on Oracle Cloud Free Tier Ampere (ARM)

    First, I want to just hands up state that my setup is very much unsupported, I know that. But I have been playing with getting proxmox running on the Oracle Free tier ampere server and that works just swell. I want to play with it to see if I can get it running reliably on OCI, with a IPsec...
  11. T

    Accessing web service running inside container

    Hello. I've run into a problem with my container, namely that I cannot access the Apache2 service running inside it. I'm running Proxmox on an ARM virtual machine that is being hosted under Oracle Cloud Infrastructure. I used these two tutorials...