datakind / dk-routing

Container-based Action Routing Tool (CART)
MIT License
6 stars 11 forks source link

Enable container port access on local mac (and likely windows) runs #56

Closed blakeflei closed 2 months ago

blakeflei commented 3 months ago

Aiming to create a fix for local Mac and Windows docker-based runs, issue 55.

Also addresses the issue that --network=host is unreachable on those hosts: "The host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server."

Zebreu commented 2 months ago

Thank you for the PR!

blakeflei commented 2 months ago

Glad it was helpful! I'll plan to do the same in the future.