Use ghcr.io/host-uk/core-images:{tag} format where tag is the
image variant (developer, server-php) rather than path-based naming.
See: https://github.com/host-uk/core-images/issues/1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- docker-compose.yml for standalone Docker usage
- .devcontainer/devcontainer.json for VS Code/Cursor
- Mounts packages/ as /workspace in container
- Persists home directory with named volume
- SSH and gitconfig mounted read-only
Uses ghcr.io/host-uk/core-images/developer:latest
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>