A containerized development environment for working with Anthropic's Claude Code tool.
- Docker and Docker Compose installed
- SSH key linked to your github account and available at
~/.ssh/github_key
-
Clone or download this project to your local machine
-
Build the image
docker compose build
-
Start the container:
docker compose up -d
-
Connect to the development environment:
docker exec -it claude-code-dev /bin/bash -
Start Claude Code by running
claude
By default all work not saved in the /source directory will not be kept after restarting the container.