▲ | Docker container for running Claude Code in "dangerously skip permissions" mode(github.com) | |||||||||||||||||||||||||||||||||||||
31 points by Luc 2 days ago | 13 comments | ||||||||||||||||||||||||||||||||||||||
▲ | CharlesW 2 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
Why this instead of Anthropic's reference Claude Code development container? https://docs.anthropic.com/en/docs/claude-code/devcontainer: "The container’s enhanced security measures (isolation and firewall rules) allow you to run claude --dangerously-skip-permissions to bypass permission prompts for unattended operation." | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
▲ | nikvdp 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
I made a similar thing not long ago that lets you choose between docker, seatbelt (macOS's native sandboxing) and bubblewrap (on Linux). I use it on macOS primarily, and have basically stopped using docker mode in favor of the native sandboxing because features like image pasting Just Work™. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
▲ | dvanhgier 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
More safe, but not completely safe. Maybe that’s good enough? | ||||||||||||||||||||||||||||||||||||||
▲ | jshchnz 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
lol i literally just built this myself for a project this week, as I'm sure many have | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
▲ | eunomie a day ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
[dead] |