#host->container networking
1 messages ยท Page 1 of 1 (latest)
Not yet - I played with this a while back and had a proof-of-concept PR, but never finished it: https://github.com/dagger/dagger/pull/4738
we still need to figure out the final API
I was considering expanding on one of my demos to show Dagger as a docker compose replacement, perhaps in a few months then ๐
Have I got a repo for you! https://github.com/vito/dagger-compose (depends on above PR)
Not sure when we'll get to host->container honestly, lots of spinning plates at the moment.
cc @sinful bison @ionic crag just for a datapoint ๐
Is there a good issue already open for us to track this against? The PR is good, but I want something long-lived. @autumn sonnet FYI
https://github.com/dagger/dagger/issues/4080 is probably the closest thing (it encompasses all kinds of container/host networking)
you mentioned "long-lived" @sinful bison , so we gave you one opened last year ๐
lol hey, it's not stale... It's distinguished
Another datapoint: combined with entrypoints, this would be the dream ๐
dagger do dev --> then go to http://localhost:3000 and see your app locally, courtesy of services [already there], entrypoints [in progress] and host-to-container networking [MIA]