docker

  1. S

    impossible iGPU passthrough

    Hello, I'm fairly new to Proxmox. I've just bought a Geekom IT13 (i7-1280p) which I want to use as home server. I want to replace my first setup (a raspberry pi). I want to run frigate through a LXC container has I read it is the best performance solution. Without iGPU, frigate on the geekom is...
  2. M

    Best practices deploying Docker containers on LXC with multiple network devices?

    I deployed an Ubuntu 24.04 LXC with multiple network devices (eth0, eth15, eth20, eth25...eth60) each on it's own vlan. In the LXC I created Docker macvlan networks and attached each to it's corresponding network device so I can setup various containers on different vlans. However, each...
  3. J

    IPv6 Routing Issue: Docker containers reachable outbound but not inbound via VM router

    I have been struggling with an IPv6 routing issue for about 6 months now, looked up tremendous amounts of forum threads and Claude AI-chats, but nothing solved my issue. The setup worked perfectly until late last year, then suddenly stopped working without any configuration changes on my part...
  4. J

    LXC->DOCKER->SAMBA=no access to share folder

    Hello all, I'll give a quick detailed run down and post the link to the video I followed. For a little bit of extra context this method has worked for me for a while. But after having to redeploy containers after a cataclysmic failure I now have no access to my network shared folder. So this...
  5. Q

    Immich High CPU and Swap Usage, Cannot Reach Web UI

    Hi, all. I'm new to Proxmox for my homelab, and appreciate all the great posts here. I am running Proxmox 8.4, on a NUC n150 with 8gb RAM. Deployed Home Assistant and Plex so far, and figured out kernel updates, GPU passthrough, and external networking. Now Immich has me stumped. I have...
  6. M

    Frigate als Docker Container - Config Probleme und Frigate startet nicht - NAS Mount

    Schönen guten Abend zusammen, nach dem ich jetzt etliche Tage damit verbracht hab Frigate zum laufen zu bekommen, brauche ich so langsam ein bissel Hilfe. Ich habe hier einen Proxmox Server laufen. In diesem Läuft Docker als LXC Container und innerhalb des Containers Läuft Frigate. Es geht...
  7. A

    Proxmox's team stance on running Docker inside an LXC container ?

    I know the point of live migration is addressed in the official documentation (https://pve.proxmox.com/wiki/Linux_Container), but I couldn't find any other official comment on this matter. Some members of the community say that Docker and the LXC sharing the kernel amounts to looking for...
  8. P

    LXC vs. Docker

    Hallo, ich habe nun meine ersten Gehversuche auf Proxmox hinter mir und bin erstmal sehr zufrieden, einfach auch, weil es funktioniert. Aktuell laufen bei mir auf meienr Synology einige Docker-Container. Diese Dienste möchte ich sukzessive nach Proxmox umziehen. Ich habe nun einen LXC...
  9. M

    Migration von Paperless ngx

    Hallo zusammen, ich habe Paperless-ngx auf meiner QNAP-NAS in der Container Station laufen und mein Backup im Export Ordner. Seit einer Weile besitze ich einen zusätzlichen Server mit installiertem Proxmox. Ich möchte mein paperless-ngx nun auf Proxmox umziehen (weil mehr Performance) die...
  10. M

    Firewall breaks macvlan enabled docker containers in LXC

    I have docker installed in a debian LXC container on my Proxmox host. I want to utilise Proxmox's firewall on that container to improve the security of my setup. Proxmox - 10.5.0.64 Unprivileged LXC - 10.5.0.66 Docker Container - 10.5.0.57 (macvlan bound to eth0) I have a container...
  11. S

    Proxmox hibernation? deep sleep?

    Hello, so I have a minipc called "zxipc mini pc". It has amd ryzen 4800 (8c/16t), 64 GB of RAM, 2x nvme drive and 1x ssd. I have proxmox installed in this bare metal and I am having troubles with the proxmox being under "deep hibernation"? When it enters the "hibernation" it is simply...
  12. V

    Alpine Linux in LXC + docker

    Installed Alpine Linux in LXC container Installed docker inside it according to the official instructions https://wiki.alpinelinux.org/wiki/Docker#Installation With these parameters: At the startup stage I get an error alpine-test:~# service docker start sh: error setting limit: Operation...
  13. K

    Proxmox cotainers expose to public

    Hello, I have a question. I have a proxmox and in it 2 separate containers: 200, 201. They have two differents ip 192.168.x.x. On container 200 there is a docker with traefik and a portainer to control and reverse proxy to my domain with DNS on cloudflare. On container 201 is a docker with...
  14. M

    Best (config/storage) strategy for multiple lxc with docker?

    Hi, I have to rebuild a node. I want it to run multiple LXCs with multiple docker container and am wondering on what would be the best strategy on this. Here are my ideas so far. Let's say I have two LXC called "network" and "media". "network" should run something like adguard and wireguard...
  15. P

    Proxmox --> Docker USB pass-through fails when Docker restarts

    Hi, I have the following nested setup: 1. Proxmox PVE on bare metal (Intel Nuc / 5.15.158-2-pve) 2. Debian Stable as LXC container on 5.15.158-2-pve 3. Home Assistant as unprivileged Docker container (Docker version 27.1.1, build 6312585) This works well, except for USB pass-through, when I...
  16. C

    How to use Bluetooth in Home Assistant in a LXC Docker container

    Hi all, I would like to run Bluetooth on my HA running in a Docker container. I'm running Proxmox on a NUC. According to the lsusb command I do have an Intel Bluetooth internal adapter. I'm running Docker in a LXC containter with HA, Nodered, Mosquitto installed as well. I've spent several...
  17. jsterr

    [TUTORIAL] P2100G bad network performance in (docker) container

    We had some issues with docker on p2100G broadcom nics these days. Container did have network performance of only 1.8 MB/s on a 100Gbit/s nic. We fixed it by turning off a specific offload parameter via ethtool --offload enp1s0f0np0 generic-receive-offload off Dont forget to put a pre-up in...
  18. M

    VLAN trunk inside VM for Docker

    Hello, currently I have a VLAN aware bridge in Proxmox and I'm running two separate VMs. Each acts as a Docker host in a dedicated VLAN (one in VLAN 3 and one in VLAN 4). VLAN 3 is my private LAN and VLAN 4 is my guest LAN. Now I'd like to add Pi-hole as Docker container and it would be great...
  19. B

    [SOLVED] Docker container would not start after upgrading Proxmox VE 8.1 to 8.2 with "OCI runtime create failed"

    Hi everyone ! After upgrading Proxmox VE 8.1 to 8.2, some of my docker containers running on LXC failed to start. Here is the message I had when trying to `docker start` a container : docker start portainer_agent Error response from daemon: failed to create task for container: failed to...
  20. M

    docker und LXC/VM - Problem mit invalid CapDrop

    Hallo zusammen, ich versuche Docker auf Proxmox zum laufen zu bekommen, sowohl auf LXC las auch VM. Testweise habe ich mit portainer zugegriffen. Das funktioniert bei meinem laptop ohne Probleme. Bei proxmox erhalte ich sowohl bei LXC als auch VM derzeit immer die Meldung: Failure invalid...