Sign inSign up

docker/sbx-kit-claude-acp-set:2.1.274

Multi-platform
Manifest digest

sha256:b0e6e4c23e11aef3f0162205136655e639135789ce2318cb8453df4bb26b1bd2

Last pushed

1 day by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:b0e6e4c23e11aef3f0162205136655e639135789ce2318cb8453df4bb26b1bd2

WORKLOAD

A sandbox an ACP client can drive: a shell base, Claude Code, and the Agent Client Protocol adapter that fronts it — published as one kit. The same three kits compose by hand; this exists so an editor can be pointed at one reference instead of three that have to agree.


Arguments
NameRequiredDefaultDescription
registryOptionaldocker.io/docker

Registry namespace the listed kits were pushed to



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

Run in a Sandbox

sbx run docker.io/docker/sbx-kit-claude-acp-set: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