Hey all,
Wondering if I'm doing something wrong here. I have a service I want to expose to the host (for local testing), and I've encountered something kinda strange.
What happens is, if I use container.asService(...).up(), the service is unresponsive and no traffic makes it to the service (for argument's sake, this is port 8888).
However, if I run dagger call my_func --my-arg arg up, the service is accessible on localhost.
I'm curious; is this known behavior/why is this the case? I am on OS X, by the way.