TheNewNormal / corectl

CoreOS over macOS made very simple
Apache License 2.0
285 stars 21 forks source link

Routing to docker containers #112

Closed FatherShawn closed 7 years ago

FatherShawn commented 7 years ago

Is there a better approach to routing from host (macOS) to docker containers than intentionally adding a route via sudo route -n add ?

FatherShawn commented 7 years ago

Since my needs are for local web development I'm going to use a proxy such as https://github.com/codekitchen/dinghy-http-proxy to make the site available at the coreos ip at port 80.