Thank you so much! I think the main issue was with the docker_gwbridge network, but to be sure I deleted all of them and everything works as expected again! I will mark the thread as solved.
I do very well know that it is not recommended to run docker on the pve host machine, but I've got my...
Thanks for the reply! Here are the outputs:
root@pve1:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eno1...
Hi there,
I have been running docker on my proxmox server for about a month by now without any issues at all. I wanted to bundle up my server and without much experience with docker swarm, I stupidly enough tried initializing a docker swarm manager host on my proxmox server. Short after I...