Files
ccc/README.md
T
2026-09-20 03:00:32 +05:00

562 B

How to use

alias claude='docker run --rm -it -v ~/.claude:/root/.claude -v ~/.claude.json:/root/.claude.json -v $PWD:$PWD -w $PWD git.shihaam.dev/dockerfiles/ccc'

Args pass straight through:

claude              # claude
claude --resume     # claude --resume
claude -p "hello"   # claude -p "hello"

For a shell in the container instead, override the entrypoint:

docker run --rm -it --entrypoint bash -v ~/.claude:/root/.claude -v ~/.claude.json:/root/.claude.json -v $PWD:$PWD -w $PWD git.shihaam.dev/dockerfiles/ccc