# 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.