You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a custom socket path and DOCKER_HOST breaks the GitHub Actions
runner's internal Docker operations (it uses docker exec to run steps
inside the container). Since we removed the host socket volume mount,
/var/run/docker.sock is free inside the container — just start dockerd
on the default path with no DOCKER_HOST override needed.
0 commit comments