Skip to content

Commit 316115f

Browse files
sarahsanders-dockerdvdksnaevesdockerob1dev
authored
add docker consolidated subscriptions (#21476)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets - https://docker.atlassian.net/browse/HD-2066 ## Reviews Final sign offs in Notion doc --------- Co-authored-by: David Karlsson <[email protected]> Co-authored-by: Allie Sadler <[email protected]> Co-authored-by: Oleg Burov <[email protected]>
1 parent 3f815b9 commit 316115f

Some content is hidden

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

77 files changed

+1620
-1174
lines changed

_vale/Docker/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ exceptions:
3737
- ELK
3838
- FAQ
3939
- FUSE
40+
- GB
4041
- GCC
4142
- GDB
4243
- GET

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/admin-set-up/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ params:
2323
url: /security/for-admins/hardened-desktop/registry-access-management/
2424
- title: Image Access Management
2525
url: /security/for-admins/hardened-desktop/image-access-management/
26-
- title: Docker Build Cloud subscription information
27-
url: /subscription/build-cloud/build-details/
28-
- title: Docker Scout subscription information
29-
url: /subscription/scout-details/
26+
- title: Docker subscription information
27+
url: /subscription/details/
3028
---
3129

3230
Docker's tools provide a scalable, secure platform that empowers your developers to create, ship, and run applications faster. As an administrator, you have the ability to streamline workflows, standardize development environments, and ensure smooth deployments across your organization.

content/guides/admin-set-up/comms-and-info-gathering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Some companies may have more than one [Docker organization](/manuals/admin/organ
2424

2525
## Step three: Gather requirements
2626

27-
Through [Settings Management](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md), Docker provides numerous configuration parameters that can be preset. The Docker organization owner, development lead, and infosec representative should review these settings to establish the company’s baseline configuration, including security features and [enforcing sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md) for Docker Desktop users. Additionally, they should decide whether to take advantage of free trials for other Docker products, such as [Docker Scout](/manuals/scout/_index.md), which is included in the subscription.
27+
Through [Settings Management](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md), Docker provides numerous configuration parameters that can be preset. The Docker organization owner, development lead, and infosec representative should review these settings to establish the company’s baseline configuration, including security features and [enforcing sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md) for Docker Desktop users. Additionally, they should decide whether to take advantage of other Docker products, such as [Docker Scout](/manuals/scout/_index.md), which is included in the subscription.
2828

2929
To view the parameters that can be preset, see [Configure Settings Management](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md#step-two-configure-the-settings-you-want-to-lock-in).
3030

content/guides/admin-set-up/finalize-plans-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Single sign-on (SSO) lets developers authenticate using their identity providers
2626

2727
You can also enable [SCIM](/manuals/security/for-admins/provisioning/scim.md) for further automation of provisioning and deprovisioning of users.
2828

29-
### Set up free tier Docker product entitlements included in the subscription
29+
### Set up Docker product entitlements included in the subscription
3030

3131
[Docker Build Cloud](/manuals/build-cloud/_index.md) significantly reduces build times, both locally and in CI, by providing a dedicated remote builder and shared cache. Powered by the cloud, developer time and local resources are freed up so your team can focus on more important things, like innovation. To get started, [set up a cloud builder](https://app.docker.com/build/).
3232

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

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

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ Docker subscribers (Pro, Team, Business) receive a set number of minutes each
3838
month, shared across the account, to use Build Cloud.
3939

4040
If you do not have a Docker subscription, you may sign up for a free Personal
41-
account and get 50 minutes per month. Personal accounts are limited to a single
42-
user.
41+
account and start a trial of Docker Build Cloud. Personal accounts are limited to a
42+
single user.
4343

4444
For teams to receive the shared cache benefit, they must either be on a Docker
45-
Team, Docker Business, or paid Build Cloud Team plan. You may buy a month of
46-
Build Cloud Team for the number of seats testing.
45+
Team or Docker Business plan.
4746

4847
### Does Docker Build Cloud support CI platforms? Does it work with GitHub Actions?
4948

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 March 1, 2025. No charges on
7+
> Docker Hub image pulls or storage will be incurred between December 10, 2024,
8+
> and February 28, 2025.

content/includes/new-plans.md

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

content/includes/tax-compliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
> [!IMPORTANT]
22
>
3-
> 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.
3+
> 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 roll out 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/).

0 commit comments

Comments
 (0)