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
- Claude Code (`npm install -g @anthropic-ai/claude-code@latest`)
50
50
@@ -218,6 +218,7 @@ Create a `claude-sandbox.config.json` file (see `claude-sandbox.config.example.j
218
218
-`bashTimeout`: Timeout for bash commands in milliseconds
219
219
-`containerPrefix`: Custom prefix for container names
220
220
-`claudeConfigPath`: Path to Claude configuration file
221
+
-`dockerSocketPath`: Custom Docker/Podman socket path (auto-detected by default)
221
222
222
223
#### Mount Configuration
223
224
@@ -236,6 +237,27 @@ Example use cases:
236
237
237
238
## Features
238
239
240
+
### Podman Support
241
+
242
+
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:
243
+
244
+
-**Automatic detection**: The tool checks for Docker and Podman sockets in standard locations
245
+
-**Custom socket paths**: Use the `dockerSocketPath` configuration option to specify a custom socket
246
+
-**Environment variable**: Set `DOCKER_HOST` to override socket detection
0 commit comments