Using Docker Sandboxes for a secure claude code setup
Simon Scholz2026-06-191 min readComments /Feedback / Requests?

Want to dive deeper?

Book a 1:1 session with me to discuss your challenges and get tailored solutions.

Book a session

Install docker sandboxes

On my ubuntu maschine it works like this:

 curl -fsSL https://get.docker.com | sudo REPO_ONLY=1 sh
 sudo apt-get install docker-sbx
 sudo usermod -aG kvm $USER
 newgrp kvm
 sbx login

See https://docs.docker.com/ai/sandboxes/#get-started for other OS.

Sources