From fa8e2f73fddd8bedf4215ede99a669c5533b1dd9 Mon Sep 17 00:00:00 2001 From: Alexa Date: Thu, 14 May 2026 16:51:14 -0500 Subject: [PATCH 1/4] docs: expand subscription overview with tier tables Replace the brief subscription intro with summaries for personal, organization, and sales-led enterprise plans, feature comparison tables, and a redirect alias for /subscription/overview/. The Personal Hub pull rate matches docker-hub/usage/pulls.md (200 pulls per 6 hours for authenticated users). Co-authored-by: Cursor --- content/manuals/subscription/_index.md | 135 ++++++++++++++++++------- 1 file changed, 101 insertions(+), 34 deletions(-) diff --git a/content/manuals/subscription/_index.md b/content/manuals/subscription/_index.md index 7e58448d3ce0..8774727bbb76 100644 --- a/content/manuals/subscription/_index.md +++ b/content/manuals/subscription/_index.md @@ -1,47 +1,114 @@ --- title: Subscription -description: Learn about Docker subscription features and how to manage your subscription -keywords: docker subscription, pricing, billing, pro, team, business, subscription management +description: High-level summary of Docker subscription tiers and optional add-ons for personal accounts, organizations, and enterprise. +keywords: + - docker subscription + - subscription plans + - add-ons + - docker personal + - docker pro + - docker team + - docker business + - pricing + - billing + - subscription management weight: 50 params: sidebar: group: Platform grid_subscriptions: -- title: Compare Docker subscriptions - description: Visit the pricing page to see what's included in different Docker subscriptions. - link: "https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription" - icon: feature_search -- title: Set up your subscription - description: Get started setting up a personal or organization subscription. - link: /subscription/setup/ - icon: shopping_cart -- title: Scale your subscription - description: Scale your subscription to fit your needs. - link: /subscription/scale/ - icon: leaderboard -- title: Change your subscription - description: Learn how to upgrade or downgrade your subscription. - link: /subscription/change/ - icon: upgrade -- title: Manage seats - description: Learn how to add or remove seats from your subscription. - link: /subscription/manage-seats/ - icon: group_add -- title: Docker Desktop license agreement - description: Review the terms of the Docker Subscription Service Agreement. - link: /subscription/desktop-license/ - icon: license -- title: Subscription FAQs - description: Find the answers you need and explore common questions. - link: /subscription/faq/ - icon: help + - title: Compare Docker subscriptions + description: Visit the pricing page to see what's included in different Docker subscriptions. + link: "https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription" + icon: feature_search + - title: Set up your subscription + description: Get started setting up a personal or organization subscription. + link: /subscription/setup/ + icon: shopping_cart + - title: Scale your subscription + description: Scale your subscription to fit your needs. + link: /subscription/scale/ + icon: leaderboard + - title: Change your subscription + description: Learn how to upgrade or downgrade your subscription. + link: /subscription/change/ + icon: upgrade + - title: Manage seats + description: Learn how to add or remove seats from your subscription. + link: /subscription/manage-seats/ + icon: group_add + - title: Docker Desktop license agreement + description: Review the terms of the Docker Subscription Service Agreement. + link: /subscription/desktop-license/ + icon: license + - title: Subscription FAQs + description: Find the answers you need and explore common questions. + link: /subscription/faq/ + icon: help aliases: -- /docker-hub/billing/ -- /docker-hub/billing/faq/ + - /docker-hub/billing/ + - /docker-hub/billing/faq/ + - /subscription/overview/ --- -Docker subscriptions provide licensing for commercial use of Docker products including Docker Desktop, Docker Hub, Docker Build Cloud, Docker Scout, and Testcontainers Cloud. +This page summarizes Docker subscription plans and optional add-ons for personal accounts, organization accounts, and sales-led enterprise programs. For complete tier comparisons and commercial terms, see [Docker pricing](https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription). -Use these resources to choose the right subscription for your needs or manage your existing subscription. +## Docker personal accounts + +Personal accounts suit single-user development workflows. Billing and upgrades for these subscriptions are tied to an individual Docker ID. + +- Docker Personal is the no-cost tier on a personal account. +- Docker Pro is a paid, per-user subscription on the same account type. + +### Docker Personal and Docker Pro + +| Feature | Personal | Pro | +| -------------------------------------------------------------- | ------------------------------ | --------------------------------------------------------------------------------------------------------------- | +| Hub pull rate | 200 pulls per 6 hours per user | Unlimited | +| Private repositories | 1 | Unlimited | +| Scout-enabled repositories | 1 | 2 | +| Scout SDLC integrations | None | Up to 5 | +| Docker Build Cloud included build minutes per month | Trial (no paid pool) | 200 | +| Docker Build Cloud included cache | None | 50 GB | +| Docker Build Cloud maximum parallel builds | None | 4 | +| Docker Build Cloud extra build minutes | None | Additional Docker Build Cloud build minutes (prepaid, expire when the subscription ends) | +| Docker Testcontainers Cloud included runtime minutes per month | Trial | 100 | +| Docker Testcontainers Cloud extra runtime minutes | None | Additional Testcontainers Cloud runtime minutes (prepaid through Docker sales or on-demand on the monthly bill) | + +## Docker organization accounts + +Organization accounts group members, repositories, and billing under a Docker Hub organization. + +- Docker Team is an organization subscription that improves collaboration across small developer teams. +- Docker Business adds security and governance capabilities for larger regulated environments. + +| Feature | Team | Business | +| ----------------------------------------------- | -------------------- | -------------------- | +| Members | Up to 100 | Unlimited | +| Docker Hub organizations | 1 | Unlimited | +| Organization access tokens | 10 | 100 | +| Build Cloud included minutes per month | 500 | 1500 | +| Build Cloud included cache | 100 GB | 200 GB | +| Build Cloud capacity add-ons | Contact Docker sales | Contact Docker sales | +| Testcontainers Cloud included minutes per month | 500 | 1500 | + +You can purchase Docker Team and Docker Business subscriptions on a per-organization basis. + +## Scale your subscription + +- Docker Build Cloud: Purchase prepaid build minutes +- Testcontainers Cloud: Use on-demand runtime minutes with billing at the end of each monthly cycle + +[Contact sales](https://www.docker.com/pricing/contact-sales/) to add prepaid Testcontainers Cloud runtime minutes or Docker Build Cloud capacity add-ons to your base subscriptions. + +## Docker Enterprise + +Docker Enterprise covers sales-led agreements for large organizations that need tailored commercial terms, deployment programs, and coordinated support beyond standard self-serve subscriptions. + +Engage Docker through your procurement process or reach out using [Contact sales](https://www.docker.com/pricing/contact-sales/). + +## Manage your subscription + +Use these guides to compare plans, set up billing, adjust seats, and find answers to common questions. {{< grid items="grid_subscriptions" >}} From 73651d44887ceaae212fa5d42117f03fce728f90 Mon Sep 17 00:00:00 2001 From: Alexa Date: Fri, 15 May 2026 10:10:02 -0500 Subject: [PATCH 2/4] editing some copy --- content/manuals/subscription/_index.md | 80 ++++++++++++-------------- 1 file changed, 38 insertions(+), 42 deletions(-) diff --git a/content/manuals/subscription/_index.md b/content/manuals/subscription/_index.md index 8774727bbb76..8a3d298977c0 100644 --- a/content/manuals/subscription/_index.md +++ b/content/manuals/subscription/_index.md @@ -17,10 +17,6 @@ params: sidebar: group: Platform grid_subscriptions: - - title: Compare Docker subscriptions - description: Visit the pricing page to see what's included in different Docker subscriptions. - link: "https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription" - icon: feature_search - title: Set up your subscription description: Get started setting up a personal or organization subscription. link: /subscription/setup/ @@ -29,58 +25,58 @@ grid_subscriptions: description: Scale your subscription to fit your needs. link: /subscription/scale/ icon: leaderboard - - title: Change your subscription - description: Learn how to upgrade or downgrade your subscription. - link: /subscription/change/ - icon: upgrade - title: Manage seats description: Learn how to add or remove seats from your subscription. link: /subscription/manage-seats/ icon: group_add - - title: Docker Desktop license agreement - description: Review the terms of the Docker Subscription Service Agreement. - link: /subscription/desktop-license/ - icon: license - - title: Subscription FAQs - description: Find the answers you need and explore common questions. - link: /subscription/faq/ - icon: help aliases: - /docker-hub/billing/ - /docker-hub/billing/faq/ - /subscription/overview/ --- -This page summarizes Docker subscription plans and optional add-ons for personal accounts, organization accounts, and sales-led enterprise programs. For complete tier comparisons and commercial terms, see [Docker pricing](https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription). +This page summarizes Docker subscription plans and optional add-ons for personal accounts, organization accounts, and sales-led enterprise programs. -## Docker personal accounts +> [!TIP] +> For complete tier comparisons and commercial terms, see +> [Docker pricing](https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription). -Personal accounts suit single-user development workflows. Billing and upgrades for these subscriptions are tied to an individual Docker ID. +## Docker subscription types + +Personal accounts serve users developing with Docker for smaller-scale projects. When you upgrade to a Pro account or purchase add-ons, your billing details are tied to an individual Docker ID. - Docker Personal is the no-cost tier on a personal account. - Docker Pro is a paid, per-user subscription on the same account type. +Docker also offers organization accounts that groups individual members, repositories, and billing under a Docker Hub organization. + +- Docker Team is an organization subscription that improves collaboration across small developer teams. +- Docker Business adds security and governance capabilities for larger regulated environments. + +Whether you're developing with personal or organization accounts, Docker offers a suite of products that enhances your development workflows. + ### Docker Personal and Docker Pro -| Feature | Personal | Pro | -| -------------------------------------------------------------- | ------------------------------ | --------------------------------------------------------------------------------------------------------------- | -| Hub pull rate | 200 pulls per 6 hours per user | Unlimited | -| Private repositories | 1 | Unlimited | -| Scout-enabled repositories | 1 | 2 | -| Scout SDLC integrations | None | Up to 5 | -| Docker Build Cloud included build minutes per month | Trial (no paid pool) | 200 | -| Docker Build Cloud included cache | None | 50 GB | -| Docker Build Cloud maximum parallel builds | None | 4 | -| Docker Build Cloud extra build minutes | None | Additional Docker Build Cloud build minutes (prepaid, expire when the subscription ends) | -| Docker Testcontainers Cloud included runtime minutes per month | Trial | 100 | -| Docker Testcontainers Cloud extra runtime minutes | None | Additional Testcontainers Cloud runtime minutes (prepaid through Docker sales or on-demand on the monthly bill) | +The table provides an abridged comparison of Docker Personal and Docker Pro accounts. -## Docker organization accounts +| Feature | Personal | Pro | +| -------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------- | +| Hub pull rate | 100 pulls per hour per user | Unlimited | +| Private repositories | 1 | Unlimited | +| Scout-enabled repositories | 1 | 2 | +| Scout SDLC integrations | None | Up to 5 | +| Docker Build Cloud included build minutes per month | Trial (no paid pool) | 200 | +| Docker Build Cloud included cache | None | 50 GB | +| Docker Build Cloud maximum parallel builds | None | 4 | +| Docker Build Cloud extra build minutes | None | Additional Docker Build Cloud build minutes (prepaid, expire when the subscription ends) | +| Docker Testcontainers Cloud included runtime minutes per month | Trial | 100 | +| Docker Testcontainers Cloud extra runtime minutes | None | Additional Testcontainers Cloud runtime minutes (prepaid through Docker sales or on-demand on the monthly bill) | -Organization accounts group members, repositories, and billing under a Docker Hub organization. +To learn more about creating a Docker account, see [Accounts overview](/manuals/accounts/_index.md). -- Docker Team is an organization subscription that improves collaboration across small developer teams. -- Docker Business adds security and governance capabilities for larger regulated environments. +### Docker Team and Docker Business + +Docker Team and Docker Business are subscription types that serve organizations. They allow administrators to oversee identity management, security, and subscriptions across scalable teams. | Feature | Team | Business | | ----------------------------------------------- | -------------------- | -------------------- | @@ -92,14 +88,16 @@ Organization accounts group members, repositories, and billing under a Docker Hu | Build Cloud capacity add-ons | Contact Docker sales | Contact Docker sales | | Testcontainers Cloud included minutes per month | 500 | 1500 | -You can purchase Docker Team and Docker Business subscriptions on a per-organization basis. +You can purchase Docker Team and Docker Business subscriptions on a per-organization basis. To learn more about managing organizations through Docker Team or Docker Business, see [Administration overview](/manuals/admin/_index.md). ## Scale your subscription -- Docker Build Cloud: Purchase prepaid build minutes -- Testcontainers Cloud: Use on-demand runtime minutes with billing at the end of each monthly cycle +You can scale your subscriptions with self-served add ons: -[Contact sales](https://www.docker.com/pricing/contact-sales/) to add prepaid Testcontainers Cloud runtime minutes or Docker Build Cloud capacity add-ons to your base subscriptions. +- For organization accounts, you can purchase hardened repos with DHI Select +- For personal accounts, you can add Gordon subscriptions to multiply your Gordon usage + +Products available for add-ons can be found by signing into [Docker Home]((https://app.docker.com/admin)) from your personal or organization account, then selecting **Billing**. To add build minutes to your Docker Build Cloud and Testcontainers Cloud subscription, [reach out to sales](https://www.docker.com/pricing/contact-sales/). ## Docker Enterprise @@ -107,8 +105,6 @@ Docker Enterprise covers sales-led agreements for large organizations that need Engage Docker through your procurement process or reach out using [Contact sales](https://www.docker.com/pricing/contact-sales/). -## Manage your subscription - -Use these guides to compare plans, set up billing, adjust seats, and find answers to common questions. +## What's next {{< grid items="grid_subscriptions" >}} From d780a08899cfecf1c165c111227a2c7aa7c48029 Mon Sep 17 00:00:00 2001 From: Alexa Date: Fri, 15 May 2026 10:28:12 -0500 Subject: [PATCH 3/4] update grid, restructure --- content/manuals/subscription/_index.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/content/manuals/subscription/_index.md b/content/manuals/subscription/_index.md index 8a3d298977c0..7c936793811c 100644 --- a/content/manuals/subscription/_index.md +++ b/content/manuals/subscription/_index.md @@ -17,6 +17,10 @@ params: sidebar: group: Platform grid_subscriptions: + - title: Create an account + description: Create your first Docker account. + link: /accounts/ + icon: group_add - title: Set up your subscription description: Get started setting up a personal or organization subscription. link: /subscription/setup/ @@ -25,10 +29,6 @@ grid_subscriptions: description: Scale your subscription to fit your needs. link: /subscription/scale/ icon: leaderboard - - title: Manage seats - description: Learn how to add or remove seats from your subscription. - link: /subscription/manage-seats/ - icon: group_add aliases: - /docker-hub/billing/ - /docker-hub/billing/faq/ @@ -90,20 +90,22 @@ Docker Team and Docker Business are subscription types that serve organizations. You can purchase Docker Team and Docker Business subscriptions on a per-organization basis. To learn more about managing organizations through Docker Team or Docker Business, see [Administration overview](/manuals/admin/_index.md). -## Scale your subscription +### Docker Enterprise -You can scale your subscriptions with self-served add ons: +Docker Enterprise covers sales-led agreements for large organizations that need tailored commercial terms, deployment programs, and coordinated support beyond standard self-serve subscriptions. -- For organization accounts, you can purchase hardened repos with DHI Select -- For personal accounts, you can add Gordon subscriptions to multiply your Gordon usage +Engage Docker through your procurement process or reach out using [Contact sales](https://www.docker.com/pricing/contact-sales/). -Products available for add-ons can be found by signing into [Docker Home]((https://app.docker.com/admin)) from your personal or organization account, then selecting **Billing**. To add build minutes to your Docker Build Cloud and Testcontainers Cloud subscription, [reach out to sales](https://www.docker.com/pricing/contact-sales/). +## Scaling your subscription -## Docker Enterprise +You can scale your subscriptions with self-served add ons: -Docker Enterprise covers sales-led agreements for large organizations that need tailored commercial terms, deployment programs, and coordinated support beyond standard self-serve subscriptions. +- For organization accounts, you can purchase hardened repos with DHI Select. +- For personal accounts, you can add Gordon Plus, Max, or Ultra as a subscription layer that multiplies your Gordon usage. -Engage Docker through your procurement process or reach out using [Contact sales](https://www.docker.com/pricing/contact-sales/). +Products available for add-ons can be found by signing into [Docker Home](https://app.docker.com/) from your personal or organization account, then selecting **Billing > Browse Products**. + +To add build minutes to your Docker Build Cloud and Testcontainers Cloud subscription, [reach out to sales](https://www.docker.com/pricing/contact-sales/). ## What's next From f8ebf3e8662333a518f522e918cb6d82081ec8d1 Mon Sep 17 00:00:00 2001 From: Alexa Date: Fri, 15 May 2026 10:30:49 -0500 Subject: [PATCH 4/4] subscription: fix grammar and style on overview page Correct subject-verb agreement, use standard self-serve add-ons wording, prefer active voice for org admins, and trim trailing whitespace. Co-authored-by: Cursor --- content/manuals/subscription/_index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/manuals/subscription/_index.md b/content/manuals/subscription/_index.md index 7c936793811c..3e485ece5d51 100644 --- a/content/manuals/subscription/_index.md +++ b/content/manuals/subscription/_index.md @@ -35,29 +35,29 @@ aliases: - /subscription/overview/ --- -This page summarizes Docker subscription plans and optional add-ons for personal accounts, organization accounts, and sales-led enterprise programs. +This page summarizes Docker subscription plans and optional add-ons for personal accounts, organization accounts, and sales-led enterprise programs. > [!TIP] -> For complete tier comparisons and commercial terms, see +> For complete tier comparisons and commercial terms, see > [Docker pricing](https://www.docker.com/pricing?ref=Docs&refAction=DocsSubscription). ## Docker subscription types -Personal accounts serve users developing with Docker for smaller-scale projects. When you upgrade to a Pro account or purchase add-ons, your billing details are tied to an individual Docker ID. +Personal accounts serve users developing with Docker for smaller-scale projects. When you upgrade to a Pro account or purchase add-ons, your billing details are tied to an individual Docker ID. - Docker Personal is the no-cost tier on a personal account. - Docker Pro is a paid, per-user subscription on the same account type. -Docker also offers organization accounts that groups individual members, repositories, and billing under a Docker Hub organization. +Docker also offers organization accounts that group individual members, repositories, and billing under a Docker Hub organization. - Docker Team is an organization subscription that improves collaboration across small developer teams. - Docker Business adds security and governance capabilities for larger regulated environments. -Whether you're developing with personal or organization accounts, Docker offers a suite of products that enhances your development workflows. +Whether you're developing with personal or organization accounts, Docker offers a suite of products that enhances your development workflows. ### Docker Personal and Docker Pro -The table provides an abridged comparison of Docker Personal and Docker Pro accounts. +The table provides an abridged comparison of Docker Personal and Docker Pro accounts. | Feature | Personal | Pro | | -------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------- | @@ -74,9 +74,9 @@ The table provides an abridged comparison of Docker Personal and Docker Pro acco To learn more about creating a Docker account, see [Accounts overview](/manuals/accounts/_index.md). -### Docker Team and Docker Business +### Docker Team and Docker Business -Docker Team and Docker Business are subscription types that serve organizations. They allow administrators to oversee identity management, security, and subscriptions across scalable teams. +Docker Team and Docker Business are subscription types that serve organizations. Administrators can oversee identity management, security, and subscriptions across scalable teams. | Feature | Team | Business | | ----------------------------------------------- | -------------------- | -------------------- | @@ -98,14 +98,14 @@ Engage Docker through your procurement process or reach out using [Contact sales ## Scaling your subscription -You can scale your subscriptions with self-served add ons: +You can scale your subscriptions with self-serve add-ons: - For organization accounts, you can purchase hardened repos with DHI Select. - For personal accounts, you can add Gordon Plus, Max, or Ultra as a subscription layer that multiplies your Gordon usage. Products available for add-ons can be found by signing into [Docker Home](https://app.docker.com/) from your personal or organization account, then selecting **Billing > Browse Products**. -To add build minutes to your Docker Build Cloud and Testcontainers Cloud subscription, [reach out to sales](https://www.docker.com/pricing/contact-sales/). +To add build minutes to your Docker Build Cloud and Testcontainers Cloud subscription, [reach out to sales](https://www.docker.com/pricing/contact-sales/). ## What's next