From e7e28c4386ee99ceb49c33c0300f4a19ba0b8a60 Mon Sep 17 00:00:00 2001 From: Tiara Johnson <43047412+tiaramj@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:12:44 -0600 Subject: [PATCH] Update pricing url with ref and refAction params [GRO-282] (#24339) ## Description In order to better attribute upgrade sources, we are adding two params - `ref` and `refAction` to the existing pricing url. The `ref` will be "Docs" and the `refAction` will be the particular docs page from where the pricing url click is originated. ## Related issues or tickets https://docker.atlassian.net/browse/GRO-282 ## Reviews @akristen You should see the new url params when hovering over or clicking any of the updated pricing urls - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com> --- README.md | 2 +- .../docker-concepts/the-basics/what-is-a-registry.md | 4 ++-- content/get-started/get-docker.md | 2 +- content/get-started/introduction/get-docker-desktop.md | 2 +- content/get-started/workshop/04_sharing_app.md | 2 +- content/guides/admin-set-up/_index.md | 4 ++-- content/guides/docker-build-cloud/_index.md | 2 +- content/guides/docker-build-cloud/common-questions.md | 2 +- content/guides/jupyter.md | 2 +- content/guides/tensorflowjs.md | 2 +- content/manuals/accounts/create-account.md | 2 +- content/manuals/admin/_index.md | 2 +- content/manuals/admin/organization/insights.md | 2 +- content/manuals/admin/organization/manage-products.md | 2 +- content/manuals/admin/organization/members.md | 2 +- content/manuals/admin/organization/onboard.md | 6 +++--- content/manuals/admin/organization/orgs.md | 4 ++-- content/manuals/billing/payment-method.md | 2 +- content/manuals/build-cloud/_index.md | 2 +- content/manuals/desktop/enterprise/_index.md | 2 +- content/manuals/desktop/setup/install/linux/_index.md | 4 ++-- content/manuals/desktop/setup/install/linux/archlinux.md | 4 ++-- content/manuals/desktop/setup/install/linux/debian.md | 4 ++-- content/manuals/desktop/setup/install/linux/fedora.md | 4 ++-- content/manuals/desktop/setup/install/linux/rhel.md | 4 ++-- content/manuals/desktop/setup/install/linux/ubuntu.md | 4 ++-- content/manuals/desktop/setup/install/mac-install.md | 4 ++-- content/manuals/desktop/setup/install/windows-install.md | 4 ++-- content/manuals/desktop/setup/sign-in.md | 2 +- content/manuals/desktop/use-desktop/volumes.md | 6 +++--- content/manuals/docker-hub/repos/manage/builds/_index.md | 2 +- content/manuals/engine/_index.md | 2 +- content/manuals/engine/install/_index.md | 2 +- .../enterprise/security/roles-and-permissions/core-roles.md | 2 +- content/manuals/platform-release-notes.md | 2 +- content/manuals/retired.md | 4 ++-- content/manuals/scout/explore/analysis.md | 2 +- content/manuals/subscription/_index.md | 2 +- content/manuals/subscription/change.md | 4 ++-- content/manuals/subscription/details.md | 2 +- content/manuals/subscription/faq.md | 2 +- content/manuals/subscription/setup.md | 2 +- content/manuals/support/_index.md | 2 +- content/reference/api/hub/latest.yaml | 2 +- hugo.yaml | 2 +- layouts/_partials/footer.html | 2 +- 46 files changed, 63 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index 7994ca9fae..13f534ebbc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We’d love to hear your feedback! To submit feedback: To get community support, use the [Docker Community Slack](https://dockr.ly/comm-slack). Personalized support is available through the Docker Pro, Team, and Business subscriptions. See [Docker -Pricing](https://www.docker.com/pricing) for details. +Pricing](https://www.docker.com/pricing?ref=Docs&refAction=DocsReadme) for details. If you have an idea for a new feature or behavior change in a specific aspect of Docker or have found a product bug, file an issue in the project's diff --git a/content/get-started/docker-concepts/the-basics/what-is-a-registry.md b/content/get-started/docker-concepts/the-basics/what-is-a-registry.md index 7efc845a56..7d586af649 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-a-registry.md +++ b/content/get-started/docker-concepts/the-basics/what-is-a-registry.md @@ -52,9 +52,9 @@ The following diagram shows the relationship between a registry, repositories, a +---------------------------------------+ ``` -> [!NOTE] +> [!TIP] > -> You can create one private repository and unlimited public repositories using the free version of Docker Hub. For more information, visit the [Docker Hub subscription page](https://www.docker.com/pricing/). +>A Docker Personal plan gives you one private repository and unlimited public repositories. To get unlimited private repositories, upgrade to the [Docker Team plan](https://www.docker.com/pricing?ref=Docs&refAction=DocsConceptsRegistry). ## Try it out diff --git a/content/get-started/get-docker.md b/content/get-started/get-docker.md index 6e928284c6..9c02b59816 100644 --- a/content/get-started/get-docker.md +++ b/content/get-started/get-docker.md @@ -31,7 +31,7 @@ section and choose the best installation path for you. > > Commercial use of Docker Desktop in larger enterprises (more than 250 > employees OR more than $10 million USD in annual revenue) requires a [paid -> subscription](https://www.docker.com/pricing/). +> subscription](https://www.docker.com/pricing?ref=Docs&refAction=DocsGetDocker).