From e1b22c314f2acb4ae9d26af3f280cc82ca2357b0 Mon Sep 17 00:00:00 2001 From: Malith W Date: Tue, 7 Oct 2025 16:44:42 +0530 Subject: [PATCH] feat: add more readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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`