Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS)
Claude Code's --dangerously-skip-permissions flag lets agents run without
interruption, but it needs a sandboxed environment to be safe.
dangerously is an open source tool that spins up an isolated container and runs Claude Code inside it — file system changes are restricted to your project directory.
The new version detects your docker-compose.yml and spins up your full service stack alongside Claude Code, so the agent can test against real dependencies — databases, queues, whatever your app needs.
npm install -g dangerously
0 comments
Loading...
Almost there! We're setting everything up for you.