feat: add more readme

This commit is contained in:
2025-10-07 16:44:42 +05:30
parent e7c48d53c6
commit e1b22c314f

View File

@@ -1,5 +1,8 @@
# isolated-claude-code # 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 ` 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` 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`