VPN breaks Docker

marcdraco
Many thanks for your report.

Yeah I guess when the docker containers try to communicate through the bridge, the VPN route rules catch the requests and tunnels them through the VPN where nothing listens to. So another possibility would be to add docker specific routes.

But generally good to know and at least there is an easy solution if the bridge is not required.

Ref: https://github.com/MichaIng/DietPi/issues/2863