Skip to content

Add startup script and Docker credential fallback#4

Open
cabraham2 wants to merge 1 commit intoColeMurray:mainfrom
cabraham2:feat/start-script-and-docker-fallback
Open

Add startup script and Docker credential fallback#4
cabraham2 wants to merge 1 commit intoColeMurray:mainfrom
cabraham2:feat/start-script-and-docker-fallback

Conversation

@cabraham2
Copy link
Copy Markdown

Changelog

2026-02-24

Added

  • start.sh script to:
    • check Docker CLI availability
    • show an English message if Docker Desktop is not running
    • run make up
    • export Claude Code telemetry variables
    • launch claude
  • scripts/docker-compose.sh wrapper that detects missing docker-credential-desktop and uses a local fallback DOCKER_CONFIG.

Changed

  • Makefile now routes Docker Compose commands through ./scripts/docker-compose.sh via DOCKER_COMPOSE := ./scripts/docker-compose.sh.
  • .gitignore now ignores .docker-local/ to avoid committing local Docker fallback config.

Notes

  • Root issue fixed: docker compose failed with:
    error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH.
  • Current remaining startup risk is transient network/image pull errors (e.g. Docker Hub 504 Gateway Time-out), unrelated to credential helper configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant