Hello,
I have a lot of Docker containers that I would like to run together in an LXC container or in a virtual machine under Proxmox.
I would like to create the LXC container using the following command:
What is your experience with running about 10 Docker systems via Portainer (for better management) in an LXC container?
Proxmox -> LXC -> Docker
Does that make sense or does it cause a lot of problems?
I have a lot of Docker containers that I would like to run together in an LXC container or in a virtual machine under Proxmox.
I would like to create the LXC container using the following command:
Code:
pct create 100 local:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst --hostname test --cores 2 --memory 2048 --net0 name=eth0,bridge=vmbr0,firewall=1,ip=dhcp --rootfs=zdisk:40 --features nesting=1 --unprivileged 1
What is your experience with running about 10 Docker systems via Portainer (for better management) in an LXC container?
Proxmox -> LXC -> Docker
Does that make sense or does it cause a lot of problems?