From e0ee9ed33b53cddfee74ee0c7239c2007cd068af Mon Sep 17 00:00:00 2001 From: sarahsanders-docker Date: Mon, 25 Aug 2025 11:15:44 -0400 Subject: [PATCH] admin: manage Docker Offload in admin console --- .../admin/organization/manage-products.md | 73 +++++++++++++++++-- hugo_stats.json | 1 + 2 files changed, 66 insertions(+), 8 deletions(-) diff --git a/content/manuals/admin/organization/manage-products.md b/content/manuals/admin/organization/manage-products.md index 40125f86b2af..6bd31086da69 100644 --- a/content/manuals/admin/organization/manage-products.md +++ b/content/manuals/admin/organization/manage-products.md @@ -13,6 +13,7 @@ product, including how to set up and configure them, see the following manuals: - [Docker Desktop](../../desktop/_index.md) - [Docker Hub](../../docker-hub/_index.md) +- [Docker Offload](/manuals/offload/_index.md) - [Docker Build Cloud](../../build-cloud/_index.md) - [Docker Scout](../../scout/_index.md) - [Testcontainers Cloud](https://testcontainers.com/cloud/docs/#getting-started) @@ -48,21 +49,77 @@ To manage Docker Hub access, sign in to or [Image Access Management](/manuals/enterprise/security/hardened-desktop/image-access-management.md). {{< /tab >}} -{{< tab name="Docker Build Cloud" >}} +{{< tab name="Docker Offload" >}} -### Manage Docker Build Cloud access +> [!NOTE] +> +> Docker Build Cloud settings are now bundled under the Docker Offload product. +To learn more about Docker Offload, see [Docker Offload](/manuals/offload/_index.md). -To initially set up and configure Docker Build Cloud, sign in to -[Docker Build Cloud](https://app.docker.com/build) and follow the -on-screen instructions. +### Enable Docker Offload + +Enabling Docker Offload enables the feature for all members of your +organization. Docker Offload is enabled by default. + +To enable Docker Offload: + +1. Sign in to [Docker Home](http://app.docker.com/) as an +organization owner. +1. Select **Admin Console** > **Offload access**. +1. In the **Configuration** drop-down, select **Enabled**. +1. Select **Save**. + +### Disable Docker Offload + +Disabling Docker Offload removes the ability for your organization members or +CI/CD pipelines to use offload resources or consume offload minutes. + +To disable Docker Offload: + +1. Sign in to [Docker Home](http://app.docker.com/) as an +organization owner. +1. Select **Admin Console** > **Offload access**. +1. In the **Configuration** drop-down, select **Disabled**. +1. Select **Save**. + +### Configure GPU access for Docker Offload -To manage Docker Build Cloud access: +GPU access allows developers to use Run Docker Model Runner, MCP tools, +or other GPU accelerated containers when using cloud mode. -1. Sign in to [Docker Build Cloud](http://app.docker.com/build) as an +To configure GPU access: + +1. Sign in to [Docker Home](http://app.docker.com/) as an +organization owner. +1. Select **Admin Console** > **Offload access**. +1. Use the **Allow GPU access** checkbox to toggle the feature on or off. +1. Select **Save**. + +### Lock Docker Build Cloud + +Locking access to Docker Build Cloud removes the ability for anybody in your +organization to utilize any cloud builders or consume build minutes. + +To lock Docker Build Cloud: + +1. Sign in to [Docker Home](http://app.docker.com/) as an organization owner. -1. Select **Account settings**. +1. Select **Offload** > **Account settings**. 1. Select **Lock access to Docker Build Account**. +### Purge cloud data + +You can permanently delete all build-related data from your +Docker Build Cloud account. This action removes build history, build details, +usage data, and the build cache. + +To purge cloud data: + +1. Sign in to [Docker Home](http://app.docker.com/) as an +organization owner. +1. Select **Offload** > **Account settings**. +1. Select **Purge cloud data**. + {{< /tab >}} {{< tab name="Docker Scout" >}} diff --git a/hugo_stats.json b/hugo_stats.json index ce02090871b0..1c8274149d06 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -40,6 +40,7 @@ "Docker-Desktop", "Docker-Engine", "Docker-Hub", + "Docker-Offload", "Docker-Scout", "Docker-Scout-Dashboard", "Docker-subscription",