The Docker E2E runner cannot start in the issue #901 worker environment because Docker Compose cannot reach /var/run/docker.sock.
Reproduction:
./e2e/run-standalone-project-e2e.sh
Observed twice on 2026-09-06: Cannot connect to the Docker daemon at unix:///var/run/docker.sock before the scenario executes.
This blocks Docker black-box validation but does not indicate a product-code failure.
The Docker E2E runner cannot start in the issue #901 worker environment because Docker Compose cannot reach
/var/run/docker.sock.Reproduction:
Observed twice on 2026-09-06:
Cannot connect to the Docker daemon at unix:///var/run/docker.sockbefore the scenario executes.This blocks Docker black-box validation but does not indicate a product-code failure.