Sign inSign up

docker/sbx-kit-claude-mixin:1.0.0

Multi-platform
Manifest digest

sha256:a19d90a8cdadcab1de780f97db4a4bb2a6bb7db9847aade693adfb578369b8a2

Last pushed

3 days by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:a19d90a8cdadcab1de780f97db4a4bb2a6bb7db9847aade693adfb578369b8a2

MIXIN

Anthropic's Claude Code as a mixin — the native install in an overlay, with the `anthropic` credential (API key or Claude subscription) resolved by the sandbox proxy, the session-state volumes, and the hooks the agent needs. Layer it onto a shell base and run `claude`.


Arguments
NameRequiredDefaultDescription
versionOptional

Claude Code release to install (empty, `stable`, `latest`, or an exact version)


Providesclaude

CapabilitiesExpand a row to see its full configuration.
TypeRequiredDescription
com.docker.sandbox/network-policy@1Required
com.docker.sandbox/credential@1OptionalAnthropic API access (console API key or Claude subscription)
com.docker.sandbox/volume@1RequiredConversation transcripts; grows without bound, so it gets the headroom
com.docker.sandbox/volume@1RequiredPer-session state JSON; load-bearing for `claude -c`
com.docker.sandbox/volume@1RequiredTodoWrite state
com.docker.sandbox/volume@1RequiredBash state across sessions — one snapshot per shell session
com.docker.sandbox/volume@1RequiredLocal feature-flag cache; the telemetry switch suppresses event reporting, not these gate lookups
com.docker.sandbox/lifecycle@1Required
com.docker.sandbox/agent-context@1Required

Apply this mixin to a sandbox

sbx run <agent> --kit docker/sbx-kit-claude-mixin:1.0.0

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx