Closed ChristopherHX closed 5 months ago
So, do we need to always set DOCKER_HOST
now, even for docker?
This might need a change to script then
Or... I'm confused
So, do we need to always set
DOCKER_HOST
now, even for docker? This might need a change to script then
No, default behavior from 2021 has not been touched.
nektos/act set's the config to /var/run/docker.sock
if we don't set it externally to an non empty string, it's pretty deep in the code.
Ah, ok, now I got it. Thanks for fast release :)
CC @igagis DOCKER_HOST should no longer use the hardcoded unix socket
it's all about internal settings of nektos/act that were not exposed