November 26, 20178 yr I have this Issue from rc10 till rc14. the docker network br0 is not created at boot I can manually add it with: docker network create -d macvlan --subnet=192.168.1.0/24 --gateway=192.168.1.1 -o parent=br0 br0 After a reboot it vanishes again Anybody has the same problem? How can i fix this? Would it work if i simply added the line to the go file?
November 26, 20178 yr Try the following: rm /var/lib/docker/network/files/local-kv.db /etc/rc.d/rc.docker restart
November 26, 20178 yr Author did not work entered the commands rebooted started array checked with "docker network ls" output: root@sombrero:~# docker network ls NETWORK ID NAME DRIVER SCOPE 18375970420d bridge bridge local 3c3f3dc673ed host host local ac10c1f360eb none null local
November 26, 20178 yr Author from Unraid? Unraid itself gets its IP from my DHCP, wich has a static entry for unraid 192.168.1.253/24
November 26, 20178 yr Author Gonna make a wild guess and say that needs to be enabled ( since when was that there?never noticed) checked the box, started Docker and now it works Thanks @bonienl PS there is a Bug with the Subnets After entering the Docker settings (dockerd off) shows /25 with 256 Addresses Schould be /24 with 256 or /25 with 128... Edited November 26, 20178 yr by CryoRig Subnetting is hard :P
Archived
This topic is now archived and is closed to further replies.