Sign inSign up

hardeneduser/claude-code

By hardeneduser

Updated 3 days ago

Claude Code Docker Image

Image
Integration & delivery
Developer tools
0

606

hardeneduser/claude-code repository overview

Claude Code, ready to run in Docker.

cat > ~/bin/claude <<\EOF
#!/bin/bash
docker run -it --rm --network host --name claude-$RANDOM \
  -v "$(pwd):/workspace" \
  -v "${HOME}/.claude:/.claude" \
  -e "CLAUDE_CODE_OAUTH_TOKEN=sk-ant-************" \
  -e "DISABLE_TELEMETRY=1" \
  -e "DISABLE_ERROR_REPORTING=1" \
  hardeneduser/claude-code:latest $@
EOF

chmod +x ~/bin/claude 
cd ~/foo/bar/project
claude

Source https://github.com/hardened-user/docker-collection

Tag summary

Content type

Image

Digest

sha256:bc13f1b61

Size

204.7 MB

Last updated

3 days ago

docker pull hardeneduser/claude-code