Hello,
is there any way to specify a custom IP-Range that docker uses to make subnets out of it and dynamically assign them to new networks?
I know I can tell docker to use a specifiy subnet when creating a network, but I want docker to automatically assign a subnet out of a bigger subnet.
This is useful when creating networks e.g. by script, so you don’t have to manually take care for already used subnets.
I tried the option “bip” and “fixed-cidr” in daemon.json but they seem to only affect the default docker bridge network.
My Problem is that the default subnets conflict with existing internal IPs.
Thank you in advance