oci

  1. 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...
  2. 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...
  3. 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 -...
  4. 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?
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...