|
|
|
Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS)
(github.com)
|
|
8 points
by sayil
75 days ago
|
|
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 |
|