Sign inSign up

docker/sbx-kit-claude-mixin:2.1.274

Multi-platform
Manifest digest

sha256:21cb4534f0b403f925196c3dac86d12ca3dbc638287b3da69aaf20f61d5997ec

Last pushed

1 day by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:21cb4534f0b403f925196c3dac86d12ca3dbc638287b3da69aaf20f61d5997ec

MIXIN

The Claude Code CLI as a mixin — the native binary in an overlay, with the Anthropic credential (API key or claude.ai OAuth), session-state volumes, and the hooks the agent needs. Layer it onto a shell base and run `claude`.


Arguments
NameRequiredDefaultDescription
versionOptional2.1.274

Claude Code release to install



CapabilitiesExpand a row to see its full configuration.
TypeRequiredDescription
com.docker.sandbox/network-policy@1Required
com.docker.sandbox/credential@1OptionalAnthropic API access (API key or claude.ai OAuth)
com.docker.sandbox/volume@1RequiredConversation history; grows without bound, gets the headroom
com.docker.sandbox/volume@1RequiredPer-session state; load-bearing for `claude -c`
com.docker.sandbox/volume@1RequiredTodoWrite state
com.docker.sandbox/volume@1RequiredBash state snapshots across sessions
com.docker.sandbox/volume@1RequiredLocal feature-flag cache
com.docker.sandbox/lifecycle@1Required
com.docker.sandbox/agent-context@1Required

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/docker/sbx-kit-claude-mixin:2.1.274

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