June 10, 20179 yr in 6.3 i created a network docker network create -o parent=br0 --driver macvlan --subnet 192.168.1.0/24 --ip-range 192.168.1.64/26 --gateway 192.168.1.1 homenet it worked very well for my dockers in 6.4.0-rc2 all docker using this network are not starting (homenet not found) if i try to create this network, i get an error message Error response from daemon: failed to allocate gateway (192.168.1.1): Address already in use
June 10, 20179 yr With 6.4 you should use the built-in functionality instead of manual configuration.
Archived
This topic is now archived and is closed to further replies.