#Port configuration
1 messages · Page 1 of 1 (latest)
@broken adder can I ask what your use case is? The Dagger API served by dagger listen is not meant to be accessed remotely. Depending on what you're trying to achieve, we can point you in the right direction.
i'm trying to set up a dagger runner on a dedicated machine that local/ci clients can talk to, which will build up a persistent cache over time
to be clear what i ended up trying was something like
docker run -it -u root --privileged -p 32771 registry.dagger.io/engine --addr tcp://127.0.0.1:32771
but wasn't able to then connect using the _EXPERIMENTAL_DAGGER_RUNNER_HOST var with the same address- just hangs (same machine)
i'm probably misunderstanding something bigly
try -p 32771:32771 ?
same thing, connecting to engine...
@broken adder are you able to get it to work with tcp://0.0.0.0:32771?