Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...