Run Claude Code autonomously inside your Docker Compose stack (OSS)
Auto-detects docker-compose.yml so agents can test against real database dependencies.
Run Claude Code autonomously with --dangerously-skip-permissions in an isolated Docker container.
Docker sandbox for Claude Code's dangerous flag when Anthropic won't let you run it bare.
Developers using Claude Code for autonomous agent workflows
Dev Containers · GitHub Codespaces · Docker CLI wrappers
dangerously spins up an isolated Docker container, mounts your current project directory, and launches Claude Code inside it. This ensures file system changes are contained to your project.
One command to install, run it from any project folder: npm install -g dangerously dangerously
Auto-detects docker-compose.yml so agents can test against real database dependencies.
OS-level sandboxing blocks base64 evasion when pattern matching alone fails.
Self-dogfooding via 24/7 agent tasks on Kelos itself; solid but unproven at scale.
Kubernetes operator for autonomous AI agents—orchestrates Claude Code, Gemini, Codex as isolated, event-driven jobs.
Yet another Docker wrapper for AI agents, but drops all Linux capabilities by default.
Wraps Claude Code in Docker with zero config, but devcontainers and manual isolation already exist.