Skip to content

Commit ec81100

Browse files
add docker consolidated subscriptions
Signed-off-by: Craig <[email protected]>
1 parent 75f72ca commit ec81100

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+888
-932
lines changed

content/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ grid:
9999
- text: "Overview"
100100
url: "/subscription/"
101101
- text: "Subscriptions and features"
102-
url: "/subscription/core-subscription/details/"
103-
- text: "Upgrade"
104-
url: "/subscription/core-subscription/upgrade/"
102+
url: "/subscription/details/"
103+
- text: "Change subscription"
104+
url: "/subscription/change/"
105105
- title: Billing
106106
icon: payments
107107
description: |
@@ -110,9 +110,9 @@ grid:
110110
- text: "Overview"
111111
url: "/billing/"
112112
- text: "Update payment method"
113-
url: "/billing/core-billing/payment-method/"
113+
url: "/billing/payment-method/"
114114
- text: "View billing history"
115-
url: "/billing/core-billing/history/"
115+
url: "/billing/history/"
116116
- title: Administration
117117
icon: admin_panel_settings
118118
description: |

content/guides/docker-build-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ params:
2121
- title: Docker Build Cloud overview
2222
url: /build-cloud/
2323
- title: Subscriptions and features
24-
url: /subscription/build-cloud/build-details/
24+
url: /subscription/details/
2525
- title: Using Docker Build Cloud
2626
url: /build-cloud/usage/
2727
---

content/guides/docker-build-cloud/common-questions.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,14 @@ Build Cloud.
2828
Docker Compose works out of the box with Docker Build Cloud. Install the Docker
2929
Build Cloud-compatible client (buildx) and it works with both commands.
3030

31-
### How many minutes are included in Docker Build Cloud Team plans?
32-
33-
You receive 200 minutes per month per purchased seat. If you are also a Docker
34-
subscriber (Personal, Pro, Team, Business), you will also receive your included
35-
build minutes from that plan.
36-
37-
For example, if a Docker Team customer purchases 5 Build Cloud Team seats, they
38-
will have 400 minutes from their Docker Team plan plus 1000 minutes (200 min/mo * 5 seats)
39-
for a total of 1400 minutes per month.
40-
41-
### I’m a Docker personal user. Can I try Docker Build Cloud?
31+
### I’m a Docker Personal user. Can I try Docker Build Cloud?
4232

4333
Docker subscribers (Pro, Team, Business) receive a set number of minutes each
4434
month, shared across the account, to use Build Cloud.
4535

46-
If you do not have a Docker subscription, you may sign up for a free Personal
47-
account and get 50 minutes per month. Personal accounts are limited to a single
48-
user.
49-
5036
For teams to receive the shared cache benefit, they must either be on a Docker
51-
Team, Docker Business, or paid Build Cloud Team plan. You may buy a month of
52-
Build Cloud Team for the number of seats testing.
37+
Team, or Docker Business plan. Docker Personal users may start a trial of Build
38+
Cloud.
5339

5440
### Does Docker Build Cloud support CI platforms? Does it work with GitHub Actions?
5541

content/includes/hub-limits.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
---
3+
4+
> [!NOTE]
5+
>
6+
> The Docker Hub plan limits will take effect on Feb 1, 2025. No charges on
7+
> Docker Hub image pulls or storage will be incurred between November 15, 2024,
8+
> and January 31, 2025.

content/includes/new-plans.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/includes/tax-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
>
33
> Starting July 1, 2024, Docker will begin collecting sales tax on subscription fees in compliance with state regulations for customers in the United States. For our global customers subject to VAT, the implementation will start rolling out on July 1, 2024. Note that while the rollout begins on this date, VAT charges may not apply to all applicable subscriptions immediately.
44
>
5-
> To ensure that tax assessments are correct, make sure that your [billing information](/billing/core-billing/details/) and VAT/Tax ID, if applicable, are updated. If you're exempt from sales tax, see [Register a tax certificate](/billing/tax-certificate/).
5+
> To ensure that tax assessments are correct, make sure that your [billing information](/billing/details/) and VAT/Tax ID, if applicable, are updated. If you're exempt from sales tax, see [Register a tax certificate](/billing/tax-certificate/).

content/manuals/accounts/deactivate-user-account.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ Before deactivating your Docker account, ensure that you meet the following requ
2424

2525
- If you are the sole owner of an organization, you must assign the owner role to another member of the organization and then remove yourself from the organization, or deactivate the organization. Similarly, if you are the sole owner of a company, either add someone else as a company owner and then remove yourself, or deactivate the company.
2626

27-
- If you have an active Docker subscription, [downgrade it to a Docker Personal subscription](../subscription/core-subscription/downgrade.md).
28-
29-
- If you have an active Docker Build Cloud Paid subscription, [downgrade it to a Docker Build Cloud Starter subscription](../billing/build-billing.md#downgrade-your-subscription).
30-
31-
- If you have an active Docker Scout subscription, [downgrade it to a Docker Scout Free subscription](../billing/scout-billing.md#downgrade-your-subscription).
27+
- If you have an active Docker subscription, [downgrade it to a Docker Personal subscription](../subscription/change.md).
3228

3329
- Download any images and tags you want to keep. Use `docker pull -a <image>:<tag>`.
3430

content/manuals/admin/company/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can manage the organizations in a company in the Docker Admin Console.
1616

1717
## Add seats to an organization
1818

19-
When you have a [self-serve](../../subscription/core-subscription/details.md#self-serve) subscription that has no pending subscription changes, you can add seats using the following steps.
19+
When you have a [self-serve](../../subscription/details.md#self-serve) subscription that has no pending subscription changes, you can add seats using the following steps.
2020

2121
1. Sign in to the [Admin Console](https://admin.docker.com).
2222
2. In the left navigation, select your company in the drop-down menu.

content/manuals/admin/deactivate-account.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Before deactivating an organization, complete the following:
1919
- Download any images and tags you want to keep:
2020
`docker pull -a <image>:<tag>`.
2121

22-
- If you have an active Docker subscription, [downgrade it to a free subscription](../subscription/core-subscription/downgrade.md).
23-
24-
- If you have an active Docker Scout subscription, [downgrade it to a Docker Scout Free subscription](../billing/scout-billing.md#downgrade-your-subscription).
22+
- If you have an active Docker subscription, [downgrade it to a free subscription](../subscription/change.md).
2523

2624
- Remove all other members within the organization.
2725

content/manuals/admin/faqs/organization-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ revert it to a personal user account. For prerequisites and instructions, see
4848

4949
There isn't any automatic notification when the total number of users for the requested licenses has been met. However, if the number of team
5050
members exceed the number of licenses, you will receive an error informing you
51-
to contact the administrator due to lack of seats. You can [add seats](/subscription/core-subscription/add-seats/) if needed.
51+
to contact the administrator due to lack of seats. You can [add seats](../../subscription/manage-seats.md) if needed.
5252

5353
### How can I merge organization accounts?
5454

0 commit comments

Comments
 (0)