Search results

  1. M

    [SOLVED] VMs and LXC containers not connecting to network after initializing docker swarm

    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...
  2. M

    [SOLVED] VMs and LXC containers not connecting to network after initializing docker swarm

    Thanks! I'll try this solutions once I'm home. This will not remove my docker containers right?
  3. M

    [SOLVED] VMs and LXC containers not connecting to network after initializing docker swarm

    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...
  4. M

    [SOLVED] VMs and LXC containers not connecting to network after initializing docker swarm

    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...