July 16, 20205 yr Hi, I found a bug with docker on unraid, when I restart my server my containers no longer see the docker network that I created (but the network exists with the right id) Unraid: 6.8.3 Docker: 19.03.5 my virsh virtual network : <network ipv6='yes'> <name>lab-network-3</name> <uuid>7529bb5c-676d-47c4-93b7-f0fe772187ca</uuid> <bridge name='virbr3-lab' stp='on' delay='0'/> <mac address='52:54:00:a7:8f:5b'/> <ip address='192.168.3.1' netmask='255.255.255.0'> </ip> <route address='192.168.3.0' prefix='24' gateway='192.168.3.10'/> </network> My docker network: docker network create \ -o parent=virbr3-lab \ --driver macvlan \ --subnet 192.168.3.0/24 \ --gateway 192.168.3.10 \ test thank you in advance for your help 😄
October 31, 20205 yr I am having this same issue. Any custom dockers I create will not boot up after I reboot the server. It says network id not found and I have to recreate the containers. Did you ever find a fix for this?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.