Hello,
I'm trying to initialize a dagger module from a corporate network. But it cannot pull the engine but it's blocking
dagger init
✘ connect 0.8s
┃ Error response from daemon: Get "https://registry.dagger.io/v2/": authenticationrequired
Error: new client: failed to pull image: exit status 1
Pulling directly give the same error
docker pull registry.dagger.io/engine:latest
Error response from daemon: Get "https://registry.dagger.io/v2/": authenticationrequired
i can pull image from dockerhub for example.