Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== docker private network conflicts ====== I have docker on prettymuch all my pc's and also on my notebook. it has become a genearl annoyance when i travel and access different hotel and airport wifi's, that i often experience network issues because of overlapping subnets between whatever the wifi is using and what my docker is handing out to the containers. luckily the subnets for docker can be defined in ''/etc/docker/daemon.json'', here is what I am using as my default now: <code> { "default-address-pools": [ {"base": "10.254.0.0/16", "size": 26} ] } </code> docker_private_network_conflicts.txt Last modified: 29.05.2026 10:17by Pascal Suter