clawker
Manage Claude Code in secure Docker containers with clawkerSynopsis
Clawker (claude + docker) wraps Claude Code in safe, reproducible, monitored, isolated Docker containers. Quick start: clawker init # Set up user settings (~/.local/clawker/settings.yaml) clawker project init # Initialize project in current directory (clawker.yaml) clawker start # Build and start Claude Code in a container clawker stop # Stop the container Workspace modes: —mode=bind Live sync with host (default) —mode=snapshot Isolated copy in Docker volumeSubcommands
- clawker attach - Attach local standard input, output, and error streams to a running container
- clawker build - Build an image from a clawker project
- clawker config - Configuration management commands
- clawker container - Manage containers
- clawker cp - Copy files/folders between a container and the local filesystem
- clawker create - Create a new container
- clawker exec - Execute a command in a running container
- clawker generate - Generate Dockerfiles for Claude Code releases
- clawker image - Manage images
- clawker init - Initialize clawker user settings
- clawker kill - Kill one or more running containers
- clawker logs - Fetch the logs of a container
- clawker loop - Run Claude Code in autonomous loops
- clawker monitor - Manage local observability stack
- clawker network - Manage networks
- clawker pause - Pause all processes within one or more containers
- clawker project - Manage clawker projects
- clawker ps - List containers
- clawker rename - Rename a container
- clawker restart - Restart one or more containers
- clawker rm - Remove one or more containers
- clawker rmi - Remove one or more images
- clawker run - Create and run a new container
- clawker start - Start one or more stopped containers
- clawker stats - Display a live stream of container resource usage statistics
- clawker stop - Stop one or more running containers
- clawker top - Display the running processes of a container
- clawker unpause - Unpause all processes within one or more containers
- clawker volume - Manage volumes
- clawker wait - Block until one or more containers stop, then print their exit codes
- clawker worktree - Manage git worktrees for isolated branch development