Skip to content
Merged
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
53 changes: 43 additions & 10 deletions content/manuals/subscription/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
title: Subscription
description: Learn about Docker subscription features and how to manage your subscription
keywords: docker subscription, pricing, billing, pro, team, business, subscription management
weight: 50
title: Subscription overview
linkTitle: Subscription
description: Learn about Docker plans, like how to subscribe to product-based plans and how they apply to personal and organization accounts.
keywords:
docker subscription, pricing, billing, subscription types, subscription
plans, docker hardened images, gordon, cloud sandboxes, subscription
management
weight: 30
params:
sidebar:
group: Platform
Expand All @@ -11,16 +15,16 @@ grid_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: magnifying-glass
- title: Set up your subscription
- title: Set up your plan
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.
description: Add plans to your Docker account that fit your needs.
link: /subscription/scale/
icon: chart-bar
- title: Change your subscription
description: Learn how to upgrade or downgrade your subscription.
- title: Upgrade Docker plans for accounts
description: Learn how to upgrade or downgrade your Docker plan.
link: /subscription/change/
icon: arrow-up-circle
- title: Docker Desktop license agreement
Expand All @@ -36,8 +40,37 @@ aliases:
- /docker-hub/billing/faq/
---

Docker subscriptions provide licensing for commercial use of Docker products including Docker Desktop, Docker Hub, Docker Build Cloud, Docker Scout, and Testcontainers Cloud.
You can subscribe to several Docker plans that range from free to paid plans. When you upgrade a plan, you expand your usage entitlements and feature sets for Docker products. You can also top up some plans, extending usage to more users without needing a full upgrade.

Use these resources to choose the right subscription for your needs or manage your existing subscription.
## Docker plans

You can subscribe to plans for individual or organization accounts, or plans for specific products. The following table summarizes the available plans.

| Plans | Billing model | Types |
| ---------------------------------------------- | --------------------------------------------------------- | ----------------------------------------- |
| [Docker Individual](/accounts/) | Flat-rate plans for personal accounts | Docker Personal, Docker Pro |
| [Docker Organization](/admin/) | Flat-rate plans for organization accounts | Docker Team, Docker Business |
| [Docker Hardened Images (DHI)](/dhi/) | Graduated security features for hardened container images | DHI Community, DHI Select, DHI Enterprise |
| [Gordon](/ai/gordon/) | Prepaid usage for the Gordon AI agent | Gordon Plus, Gordon Max, Gordon Ultra |
| [AI Governance](/ai/sandboxes/governance/org/) | Purchase set amount of licenses | AI Governance |

Docker plans that upgrade your account (Docker Pro or Docker Team and Business) can provide a foundation for most use cases. Some product plans may require an upgraded Docker account while other product plans let you subscribe without an upgraded account. To learn more, see [Scale your subscription](/manuals/subscription/scale.md).
Comment thread
akristen marked this conversation as resolved.

To subscribe to a plan, you can self-serve through **Billing** in [Docker Home](https://app.docker.com), or contact sales.

## Top up your plan

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I like 'top up' but you may need to update the other subscription page that talks about 'scaling' or vica versa. either way - consistency

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a second wave of updates that I'm hoping to get to this week. It'll remove /scale and replace it with a /subscriptions/plans category where each top up action will be in plan docs


Plans come with usage entitlements that can be extended without upgrading to a different plan.

| Unit | Description | Examples |
| ------------ | ------------------------------------------------------------------------------------- | ----------------------------- |
| Seats | Each seat extends entitlements to one more member. | Docker Team, Docker Business |
| Licenses | Access to specific products or features. | AI Governance, Docker Offload |
| Minutes | Cloud build capacity, sold in blocks and consumed within the billing period. | Docker Build Cloud |
| Repositories | Additional container repositories covered by security scanning and analysis features. | DHI |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This table is only gonna get longer when DVP brings out credits loooool 😅


Depending on the plan, you can top up your account through self-service or by contacting sales.

## What's next

{{< grid items="grid_subscriptions" >}}