Change Docker Default Bridge IP range

Hey Balena team

We really like the Balena products and we use them every day.

We have just stumbled across a problem. We have an IP conflict in our current setup, because the Raspberry is supposed to run in the 172.17.. network, but this is occupied by the default bridge IP range of the Docker bridge.

How can I change this default IP?

Usually this is changed via the /etc/docker/daemon.json file and a “bip” entry in Docker.

Greetings Timo

Hi, could you please try to configure a networks section configuring ipam in your docker-compose file? See this examp;e and the docker reference documentation.

1 Like

Hi, thank you this workaround solves the problem.