feat: add more readme
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user