Search results

  1. I

    PVE 7 - Replication is not stable and logs are incompletes

    Hello, With PVE 7, I have a LXC server with replication target with another PVE 7 node and the replication is not working well. When schedule manually, the process is starting for ~3-4 min and stop working in the middle without anymore information regarding and error or failure. Looking at...
  2. I

    How to start a Docker Image within Proxmox ?

    I tried the command line `lxc-create name -t oci -- --url docker://alpine:latest` but it complains about missing `skopeo` which is only available on debian bullseye.
  3. I

    How to start a Docker Image within Proxmox ?

    What about using LXC to run a OCI image (namely a Docker image). According to this article LXC is support OCI. https://www.buzzwrd.me/index.php/2021/03/10/creating-lxc-containers-from-docker-and-oci-images/ > Like every container technology and their dog, LXC nowadays supports OCI images. The...
  4. I

    How to start a Docker Image within Proxmox ?

    @auser Thanks for your reply. I've use podman a bit, but I'm not a power user. Do you know a way to integrated with LXC ? Maybe I could create a LXC template with only podman ?
  5. I

    How to start a Docker Image within Proxmox ?

    @VictorSTS > Yes, you would need a few extra VM's for the orchestrator, but then you could move from 1VM/LXC==1 dockerized app to 1VM==n dockerized apps. We started that way, and soon realize the number of Dockerized App is growing and so are the VMs to host them. This causes issues in term...
  6. I

    How to start a Docker Image within Proxmox ?

    Hi @VictorSTS Thanks for your reply. I know Proxmox is not supporting Docker deamon. And it's not really what I'm looking for either. I'm looking for a way to start a docker image. Similar to LXC where we start a full OS, I'm looking for a way to start a single application within LXC. Again...
  7. I

    Docker LXC Unprivileged container on Proxmox 7 with ZFS

    I'm also running a couple of Docker Deamon on LXC without issues on PVE 6.6. The problem you encounter scare me. Will test this new PVE 7.1 version before upgrading.
  8. I

    How to start a Docker Image within Proxmox ?

    Hello, Using Proxmox VE for quite a while with VM and LXC on 5 physical servers. Too many times, we find ourselves creating a VM or an LXC container for a single Docker application. Mainly, we are creating an additional Linux server for the sole purpose of installing docker within it and...