Prerequisites
- Docker must be installed and running on your machine
- An Anthropic API key or Claude subscription for Claude Code
Install Clawker
Initialize Clawker
~/.local/clawker/ with logs, settings, and project registry. It also prompts you to build a default fallback image.
Start a Project
Run Your First Agent
@ shortcut resolves to your project’s image (clawker-<project>:latest). This creates and attaches to a new Claude Code agent running in an isolated container.
Interact with Claude Code
You’re now inside a containerized Claude Code session. Work as you normally would — your code is mounted, credentials forwarded, and the firewall is active.
Detach without stopping
Press
Ctrl+P, then Ctrl+Q to detach from the container while keeping it running.