Comment on Network loss after 24hrs on Docker LXC
lemmyreader@lemmy.ml 8 months ago
Are you running Docker from within Proxmox or next besides Proxmox ? I am not familiar with Proxmox these days, but I do know that standalone Docker + lxc via lxd can make the network of the lxc containers time out due to Docker iptables setup. Here’s a blog post about that : seanblanchfield.com/…/bridge-networking-in-lxd
OminousOrange@lemmy.ca 8 months ago
Docker is installed on a Debian container with Proxmox as the hypervisor. I believe as far as Docker knows, it’s just running on normal Debian. The Debian LXC has its own local ip.
I’ll take a look at those resources though, thanks.