diff --git a/content/manuals/docker-hub/image-library/catalogs.md b/content/manuals/docker-hub/image-library/catalogs.md index 104543ffe457..6371b1fd2700 100644 --- a/content/manuals/docker-hub/image-library/catalogs.md +++ b/content/manuals/docker-hub/image-library/catalogs.md @@ -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 --kit docker.io//`. To learn more about +building and running kits, see [Kits](../../ai/sandboxes/customize/kits.md). diff --git a/content/manuals/docker-hub/image-library/search.md b/content/manuals/docker-hub/image-library/search.md index 8a3152918f09..38e09ad6c1de 100644 --- a/content/manuals/docker-hub/image-library/search.md +++ b/content/manuals/docker-hub/image-library/search.md @@ -25,6 +25,7 @@ specific needs of developers and organizations. These products include: - Images - Extensions +- Sandbox Kits - Helm charts - Compose files - AI models @@ -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 @@ -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**.