diff --git a/README.md b/README.md index b2e4d6f..27e5594 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # isolated-claude-code +Isolated Claude Code container will mount the current working directory into the container and execute CC. +Mounting a host directory to store Claude's configurations files ensure persistency between container. + 1. Build the docker image. `docker build -t claude-code ` 2. Run the container `docker run --rm -it -v "$(git rev-parse --show-toplevel 2>/dev/null || pwd)":/app -v "$HOME/.claude":/root/.claude claude-code`