Dan Caldr ce635b7de6
fix(docker): allow aio DooD socket preflight on Windows Git Bash (#5370) (#5371)
* fix(docker): allow aio DooD socket preflight on Windows Git Bash

* test(deploy): add regression tests for deploy.sh DooD socket preflight

* fix(docker): restrict Windows DooD socket bypass to default path

Limit the Windows socket bypass in docker.sh and deploy.sh to the default /var/run/docker.sock path, and add regression tests ensuring custom missing socket paths are rejected.

* test(docker): skip unreachable socket controls on hosts with live docker socket

Add @pytest.mark.skipif on Path('/var/run/docker.sock').is_socket() to prevent false test failures on daemon-live hosts.
2026-09-12 21:12:36 +08:00
..
2026-02-06 17:48:15 +08:00