elmerfds / rebuild-dndc

Re-create containers that use another container's network stack (i.e. routing container traffic through a VPN container)
GNU General Public License v3.0
22 stars 9 forks source link

Improve support for custom networks #70

Open lloydmaza opened 2 months ago

lloydmaza commented 2 months ago

Follow-up to address a lingering issue related to https://github.com/elmerfds/rebuild-dndc/issues/61

The fix included in https://github.com/elmerfds/rebuild-dndc/pull/63 enabled support for custom Docker networks on startup, but did not address the same issue on subsequent runs after the first one.

This is a quick patch to fix that and enable custom network support on all runs!