You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Readme says "Podman Support Claude Code Sandbox now supports Podman as an alternative to Docker. The tool automatically detects whether you're using Docker or Podman by checking for available socket paths"
However, after running:
$ podman machine init
$ podman machine start
then:
$claude-sandbox
I get:
🚀 Starting Claude Sandbox...
Current branch: dev
Will create branch in container: claude/2025-07-21-1753110476841
No Claude credentials found on host. You can set them in the container.
• Building image: claude-code-sandbox:latest...
Error: Error: connect ECONNREFUSED /var/run/docker.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '/var/run/docker.sock'
}
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^