#Hi I have tested dagger on very old
1 messages · Page 1 of 1 (latest)
what error are you getting after setting DOCKER_HOST?
corresponding docs issue: https://github.com/dagger/dagger/issues/5240
I direcly answere on issue
In fact, It run dagger engine container on top of docker host. But the container has not the env HTTP_PROXY, HTTPS_PROXY and NO_PROXY set. SO it can't pull image ... (on sample is golang:1.19)
ok, so using DOCKER_HOST worked but the underlying engine didn't have the HTTP_PROXY var set, correct? Is that what you meant?