Docker Claudebox
Description
Claude Code in Docker. Drop-in OpenAI-compatible API, MCP server, Telegram bot, and CLI — five interfaces, one image. Persistent sessions, file ops, always-on skill injection, and a full dev toolchain (Go, Python, Node, K8s, Terraform, databases) or a minimal image with just the basics.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claudebox
[](https://github.com/psyb0t/docker-claudebox/actions/workflows/pipeline.yml) [](https://github.com/psyb0t/docker-claudebox/releases) [](LICENSE) [](https://hub.docker.com/r/psyb0t/claudebox)
A runtime harness for [Claude Code](https://claude.com/product/claude-code) — the agentic coding CLI from Anthropic — running in a fully isolated Docker container with every dev tool pre-installed, passwordless sudo, docker-in-docker support, and `--permission-mode bypassPermissions` enabled by default.
**v2.0.0 — rebased on `psyb0t/aicodebox`.** claudebox is now a thin child image of the shared aicodebox base (same pattern as `psyb0t/pibox`). Every mode surface (API / Telegram / Cron / MCP) is inherited from the base and stays in lockstep with future base fixes. See [`CHANGELOG.md`](CHANGELOG.md) for the full migration guide (endpoint shape changes, env-var namespace, path renames — all mitigated by aliases + symlinks so existing configs keep working).
**Runtime hardening (recommended `docker run` flags):**
--cap-drop=ALL --cap-add=NET_BIND_SERVICE— drop every Linux capability, add back only bind-below-1024 if you actually need it.--security-opt no-new-privileges:true— block setuid privilege escalation inside the container.--memory=2g --cpus=2 --pids-limit=512— cap runtime resource use so a runaway process can't starve the host.--read-only --tmpfs /tmp:rw,noexec,nosuid(only if you don't use/workspacefor writes — otherwise skip). The container drops from root toaicode(UID 1000) at boot viasetprivin the base entrypoint, so the process running your code is never root
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps