Add Docker mount value object#68
Conversation
Greptile SummaryThis PR introduces a
Confidence Score: 5/5Safe to merge; the change is additive and all existing behaviour is preserved. The adapter split between Binds and Mounts is correct, the value object serialises as Docker expects, and the CLI refactoring preserves identical runtime behaviour. The only finding is an edge-case path-with-comma issue in toDockerCLI() that would require deliberately unusual input to trigger. src/Orchestration/Mount.php — the comma-delimiter guard in toDockerCLI(). Important Files Changed
Reviews (2): Last reviewed commit: "Cover bind mount serialization" | Re-trigger Greptile |
Summary
Tests