#Use Docker over tcp rather than docker.sock?

1 messages · Page 1 of 1 (latest)

fervent shell
#

Hi, in our CI/CD setup we have Docker available on tcp://localhost:2376 but not available at /var/run/docker.sock. Can this be configured when using Dagger?

Running into "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" when Dagger tries to do its initial "starting engine" step (despite docker commands working fine outside of the dagger context)

last salmon
#

so, export DOCKER_HOST=tcp://$ip:$port and then dagger call