Skip to content

MaximLibant/Claude-Code-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude-Code-Docker

A containerized development environment for working with Anthropic's Claude Code tool.

Prerequisites

  • Docker and Docker Compose installed
  • SSH key linked to your github account and available at ~/.ssh/github_key

Quick Start

  1. Clone or download this project to your local machine

  2. Build the image

    docker compose build
    
  3. Start the container:

    docker compose up -d
  4. Connect to the development environment:

    docker exec -it claude-code-dev /bin/bash
  5. Start Claude Code by running

    claude

By default all work not saved in the /source directory will not be kept after restarting the container.

About

A containerized development environment for working with Anthropic's Claude Code tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages