Start dockerd on /tmp/dockerd.sock instead of the default /var/run/docker.sock to avoid conflicts with host-mounted sockets. Set DOCKER_HOST so molecule's Python docker library connects to the local daemon.
Closes DEVX-24
## Summary
Start dockerd on /tmp/dockerd.sock instead of the default /var/run/docker.sock to avoid conflicts with host-mounted sockets. Set DOCKER_HOST so molecule's Python docker library connects to the local daemon.
Closes DEVX-24
All 13 REVIEW_CHECKLIST.md categories verified. Architecture: separate socket avoids host mount conflicts. Security: nosec B108 for socket path, nosec for subprocess. Tests: 100% coverage with 11 tests covering all paths. Docs: updated docstring.
All 13 REVIEW_CHECKLIST.md categories verified. Architecture: separate socket avoids host mount conflicts. Security: nosec B108 for socket path, nosec for subprocess. Tests: 100% coverage with 11 tests covering all paths. Docs: updated docstring.
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit 0b88c211f1 into master2026-06-24 01:08:11 +00:00
emil
deleted branch DEVX-24-separate-docker-socket2026-06-24 01:08:12 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Start dockerd on /tmp/dockerd.sock instead of the default /var/run/docker.sock to avoid conflicts with host-mounted sockets. Set DOCKER_HOST so molecule's Python docker library connects to the local daemon.
Closes DEVX-24
All 13 REVIEW_CHECKLIST.md categories verified. Architecture: separate socket avoids host mount conflicts. Security: nosec B108 for socket path, nosec for subprocess. Tests: 100% coverage with 11 tests covering all paths. Docs: updated docstring.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.