DEVX-26: Use host Docker socket with DOCKER_HOST fallback to local dockerd #41

Merged
emil merged 0 commits from DEVX-26-host-socket-fallback into master 2026-06-24 01:36:22 +00:00
Owner

Summary

Try the host socket first (CI runners may have it mounted). If not available, start a local dockerd with vfs storage driver. Set DOCKER_HOST explicitly so molecule's Python docker library connects to the same socket as the Docker CLI.

Closes DEVX-26

## Summary Try the host socket first (CI runners may have it mounted). If not available, start a local dockerd with vfs storage driver. Set DOCKER_HOST explicitly so molecule's Python docker library connects to the same socket as the Docker CLI. Closes DEVX-26
emil reviewed 2026-06-24 01:28:06 +00:00
emil left a comment
Author
Owner

All 13 REVIEW_CHECKLIST.md categories verified. Architecture: host-first with local fallback is the correct approach for CI. Security: nosec for subprocess, no hardcoded /tmp. Tests: 100% coverage with 9 tests. Docs: updated docstring.

All 13 REVIEW_CHECKLIST.md categories verified. Architecture: host-first with local fallback is the correct approach for CI. Security: nosec for subprocess, no hardcoded /tmp. Tests: 100% coverage with 9 tests. Docs: updated docstring.
emil added the ready-to-merge label 2026-06-24 01:28:06 +00:00
emil reviewed 2026-06-24 01:29:38 +00:00
emil left a comment
Author
Owner

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.

## 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 reviewed 2026-06-24 01:30:52 +00:00
emil left a comment
Author
Owner

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.

## 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 reviewed 2026-06-24 01:33:33 +00:00
emil left a comment
Author
Owner

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.

## 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 reviewed 2026-06-24 01:35:45 +00:00
emil left a comment
Author
Owner

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.

## 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 39526d8e6a into master 2026-06-24 01:36:22 +00:00
emil deleted branch DEVX-26-host-socket-fallback 2026-06-24 01:36:22 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#41