Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions content/manuals/docker-hub/image-library/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,20 @@ With the AI Models Catalog and Docker Model Runner, you can:
Whether you're building generative AI applications, integrating LLMs into your
workflows, or experimenting with machine learning tools, the AI Models Catalog
simplifies the model management experience.

## Sandbox Kits

The [Sandbox Kits](https://hub.docker.com/search?type=sbx_kit) catalog lists
kits for [Docker Sandboxes](../../ai/sandboxes/_index.md), which run AI coding
agents in isolated microVM sandboxes.

Each kit packages what an agent needs to run in a sandbox, including:

- The agent's image and entrypoint
- Tools, credentials, and environment variables
- Network rules that scope what the sandbox can reach
- Startup commands and agent memory instructions

Each kit's Hub page shows the command to run it, in the form
`sbx run <agent> --kit docker.io/<namespace>/<kit-name>`. To learn more about
building and running kits, see [Kits](../../ai/sandboxes/customize/kits.md).
28 changes: 28 additions & 0 deletions content/manuals/docker-hub/image-library/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ specific needs of developers and organizations. These products include:

- Images
- Extensions
- Sandbox Kits
- Helm charts
- Compose files
- AI models
Expand Down Expand Up @@ -71,6 +72,20 @@ Desktop's interface.
To learn more about extensions, see [Docker
Extensions](/manuals/extensions/_index.md).

#### Sandbox Kits

Docker Hub hosts kits for [Docker Sandboxes](/manuals/ai/sandboxes/_index.md),
which run AI coding agents in isolated microVM sandboxes. A kit packages what
an agent needs to run in a sandbox, such as its image, tools, credentials,
network rules, and startup commands. Sandbox kits come in two kinds:

- Sandbox: Defines a full agent from scratch, including its image and
entrypoint.
- Mixin: Layers tools, credentials, or configuration onto an existing agent.

To learn more about building and running kits, see
[Kits](/manuals/ai/sandboxes/customize/kits.md).

#### Helm charts

Helm charts in Docker Hub provide a streamlined way to package, configure, and
Expand Down Expand Up @@ -241,3 +256,16 @@ extension has been reviewed by Docker for quality and reliability.
>
> The **Reviewed by Docker** filter is only available for extensions. To make
> the filter available, you must select only the **Extensions** filter in **Products**.

### Sandbox Kit type

The **Sandbox Kit type** filter lets you narrow sandbox kit results by kind.

- **Sandbox**: Kits that define a full agent from scratch.
- **Mixin**: Kits that layer onto an existing agent's sandbox.

> [!NOTE]
>
> The **Sandbox Kit type** filter is only available for sandbox kits. To make
> the filter available, you must select only the **Sandbox Kits** filter in
> **Products**.