chmod +x run-sandbox.sh
# First-time setup or after Dockerfile changes — build then run:
./run-sandbox.sh --build
# Subsequent launches — skip the build, just run:
./run-sandbox.shInside the container, run the firewall script:
sudo /usr/local/bin/init-firewall.shand test it:
curl --connect-timeout 5 https://api.github.com/zen
curl --connect-timeout 5 https://example.comcompare:
whoami
pwd
echo $DEVCONTAINER
which claude
claude --version