Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Podman support isn't as direct as README may give hints to #24

@paxcalpt

Description

@paxcalpt

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 */);
^

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.js v24.4.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions