diff --git a/content/manuals/docker-hub/image-library/_index.md b/content/manuals/docker-hub/image-library/_index.md index 7ba00b085400..5a4ad0c1212f 100644 --- a/content/manuals/docker-hub/image-library/_index.md +++ b/content/manuals/docker-hub/image-library/_index.md @@ -18,6 +18,7 @@ In this section, learn about: Docker Official Images, Verified Publisher content, and Docker-Sponsored Open Source Software images, all vetted for security and reliability to streamline your workflows. -- [Catalogs](./catalogs.md): Explore specialized collections like the generative AI catalogs. +- [Generative AI](./catalogs.md): Explore Docker Hub's generative AI catalogs + and sandbox kits. - [Mirroring](./mirror.md): Learn how to create a mirror of Docker Hub's container image library as a pull-through cache. diff --git a/content/manuals/docker-hub/image-library/catalogs.md b/content/manuals/docker-hub/image-library/catalogs.md index 104543ffe457..44ac79a947ba 100644 --- a/content/manuals/docker-hub/image-library/catalogs.md +++ b/content/manuals/docker-hub/image-library/catalogs.md @@ -1,16 +1,17 @@ --- -description: Explore specialized Docker Hub collections like the generative AI catalogs. -keywords: Docker Hub, Hub, catalog -title: Docker Hub catalogs -linkTitle: Catalogs +description: Explore Docker Hub's generative AI catalogs and sandbox kits. +keywords: Docker Hub, Hub, generative AI, catalog +title: Docker Hub Generative AI +linkTitle: Generative AI weight: 60 --- -Docker Hub catalogs are your go-to collections of trusted, ready-to-use -container images and resources, tailored to meet specific development needs. -They make it easier to find high-quality, pre-verified content so you can -quickly build, deploy, and manage your applications with confidence. Catalogs in -Docker Hub: +Docker Hub groups its generative AI content, including curated catalogs and +sandbox kits, under Generative AI. Catalogs are your go-to collections of +trusted, ready-to-use container images and resources, tailored to meet +specific development needs. They make it easier to find high-quality, +pre-verified content so you can quickly build, deploy, and manage your +applications with confidence. Catalogs in Docker Hub: - Simplify content discovery: Organized and curated content makes it easy to discover tools and resources tailored to your specific domain or technology. @@ -19,7 +20,8 @@ Docker Hub: - Accelerate development: Quickly integrate advanced capabilities into your applications without the hassle of extensive research or setup. -The following sections provide an overview of the key catalogs available in Docker Hub. +The following sections provide an overview of the generative AI content +available in Docker Hub. ## MCP Catalog @@ -58,3 +60,13 @@ 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 + +[Sandbox kits](https://hub.docker.com/search?type=sbx_kit) package what an AI +coding agent needs to run in a [Docker Sandbox](../../ai/sandboxes/_index.md): +its image, tools, credentials, network rules, and startup commands. + +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..b11f9492b492 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**.