No description
  • Dockerfile 100%
Find a file
2025-10-29 00:21:15 +05:30
Dockerfile feat: add bash for better support for claude's terminal usage 2025-10-29 00:21:15 +05:30
LICENSE Initial commit 2025-10-07 01:25:24 +05:30
README.md feat: user node user for all the operations instead of root 2025-10-23 17:35:29 +05:30

isolated-claude-code

  1. Build the docker image. docker build -t claude-code .
  2. Run the container:
docker run --rm -it \
  --user "$(id -u):$(id -g)" \
  -v "$(pwd)":/home/node/app \
  -v "$HOME/.claude":/home/node/.claude \
  claude-code

You can add a shell alias to faster access.