Hacker News new | ask | show | jobs
by throwaway314155 246 days ago
> by running Claude Code as root in a new Docker container

How do you get the "as root" part of that to work?

(sorry if it's explained in your article)

1 comments

Run it on a root account and do:

  IS_SANDBOX=1 claude --dangerously-skip-permissions
Thanks!!