diff --git a/desktop/dashboard.md b/desktop/dashboard.md index 1615cef081..eb0e738c03 100644 --- a/desktop/dashboard.md +++ b/desktop/dashboard.md @@ -229,7 +229,11 @@ To interact with remote repositories: The **Volumes** view in Docker Dashboard enables you to easily create and delete [volumes](../storage/volumes/index.md) and see which ones are being used. If you are a developer subscribed to a Pro or a Team plan, you can also see which container is using a specific volume and explore the files and folders in your volumes. -> [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} your existing account to a Pro or a Team plan to start exploring the details in your volume. +{% include upgrade-cta.html + body="Upgrade your existing account to a Pro or a Team plan to start exploring the details in your volume." + header-text="This feature requires a Pro or a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_volumes" +%} ### Manage volumes diff --git a/docker-for-mac/troubleshoot.md b/docker-for-mac/troubleshoot.md index 54fd4a6123..5db87607aa 100644 --- a/docker-for-mac/troubleshoot.md +++ b/docker-for-mac/troubleshoot.md @@ -7,7 +7,10 @@ title: Logs and troubleshooting toc_max: 2 --- -> Did you know that Docker Desktop now offers support for developers subscribed to a Pro or a Team plan? Click [here](#support) to learn more. +{% include upgrade-cta.html + body="Did you know that Docker Desktop now offers support for developers subscribed to a Pro or a Team plan? Upgrade your existing plan to benefit from Docker Support. Click [here](#support) to learn more." + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_desktop_support" +%} This page contains information on how to diagnose and troubleshoot Docker Desktop issues, request Docker Desktop support (Pro and Team plan users only), send logs and communicate with the Docker Desktop team, use our forums and Success Center, browse and log issues on GitHub, and find workarounds for known problems. @@ -325,10 +328,14 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](install ## Support -Docker Desktop offers support for developers subscribed to a Pro or a Team plan. Click [here](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} to upgrade your existing account. - This section contains instructions on how to get support, and covers the scope of Docker Desktop support. +{% include upgrade-cta.html + body="Docker Desktop offers support for developers subscribed to a Pro or a Team plan. Upgrade your existing plan to benefit from Docker Support." + header-text="This feature requires a Pro or a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_desktop_support" +%} + ### How do I get Docker Desktop support? If you have subscribed to a Pro and Team account, please raise a ticket through [Docker Desktop support](https://hub.docker.com/support/desktop/){:target="_blank" rel="noopener" class="_"}. diff --git a/docker-for-windows/troubleshoot.md b/docker-for-windows/troubleshoot.md index 4292364593..4574dc393e 100644 --- a/docker-for-windows/troubleshoot.md +++ b/docker-for-windows/troubleshoot.md @@ -8,7 +8,10 @@ title: Logs and troubleshooting toc_max: 2 --- -> Did you know that Docker Desktop now offers support for developers subscribed to a Pro or a Team plan? Click [here](#support) to learn more. +{% include upgrade-cta.html + body="Did you know that Docker Desktop now offers support for developers subscribed to a Pro or a Team plan? Upgrade your existing plan to benefit from Docker Support. Click [here](#support) to learn more." + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_desktop_support" +%} This page contains information on how to diagnose and troubleshoot Docker Desktop issues, request Docker Desktop support (Pro and Team plan users only), send logs and communicate with the Docker Desktop team, use our forums and Success Center, browse and log issues on GitHub, and find workarounds for known problems. @@ -325,10 +328,14 @@ explore other workarounds suggested on Docker Desktop forums. ## Support -Docker Desktop offers support for developers subscribed to a Pro or a Team plan. Click [here](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} to upgrade your existing account. - This section contains instructions on how to get support, and covers the scope of Docker Desktop support. +{% include upgrade-cta.html + body="Docker Desktop offers support for developers subscribed to a Pro or a Team plan. Upgrade your existing plan to benefit from Docker Support." + header-text="This feature requires a Pro or a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_desktop_support" +%} + ### How do I get Docker Desktop support? If you have subscribed to a Pro and Team account, please raise a ticket through [Docker Desktop support](https://hub.docker.com/support/desktop/){:target="_blank" rel="noopener" class="_"}. diff --git a/docker-hub/audit-log.md b/docker-hub/audit-log.md index 91affc5016..212e9d837c 100644 --- a/docker-hub/audit-log.md +++ b/docker-hub/audit-log.md @@ -4,7 +4,11 @@ keywords: Team, organization, activity, log, audit, activities title: Audit log --- -> The Audit log feature is available for users subscribed to a Team plan. [Upgrade](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} your existing account to a Team account to start using the Audit log feature. +{% include upgrade-cta.html + body="The Audit log feature is available for users subscribed to a Team plan. Upgrade your existing account to start using the Audit log feature." + header-text="This feature requires a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_audit_log" +%} Audit log displays a chronological list of activities that occur at organization and repository levels. It provides owners of Docker Team accounts a report of all their team member activities. This allows the team owners to view and track what changes were made, the date when a change was made, and who initiated the change. For example, the Audit log displays activities such as the date when a repository was created or deleted, the team member who created the repository, the name of the repository, and when there was a change to the privacy settings. diff --git a/docker-hub/builds/index.md b/docker-hub/builds/index.md index 8089ce0e07..1b142b81df 100644 --- a/docker-hub/builds/index.md +++ b/docker-hub/builds/index.md @@ -10,6 +10,11 @@ redirect_from: title: Set up Automated Builds --- +{% include upgrade-cta.html + body="The Automated Builds feature is available for Pro or Team plans only. Upgrade your existing account to a Pro or a Team plan to start using Automated Builds." + header-text="This feature requires a Pro or a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_auto_builds" +%} ## How Automated Builds work @@ -19,9 +24,7 @@ repositories. > **Note** > -> The Automated Builds feature is available for Pro or Team plans only. [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} -> your existing account to a Pro or a Team plan to start using Automated Builds. -If you are using automated builds for an open-source project, you can join our [Open Source Community](https://www.docker.com/community/open-source/application){: target="_blank" rel="noopener" class="_"} program to learn how Docker can support your project on Docker Hub. +> If you are using automated builds for an open-source project, you can join our [Open Source Community](https://www.docker.com/community/open-source/application){: target="_blank" rel="noopener" class="_"} program to learn how Docker can support your project on Docker Hub. When you set up automated builds (also called autobuilds), you create a list of branches and tags that you want to build into Docker images. When you push code diff --git a/docker-hub/image-management.md b/docker-hub/image-management.md index c4b6bbd9ae..f50f2165a2 100644 --- a/docker-hub/image-management.md +++ b/docker-hub/image-management.md @@ -4,7 +4,11 @@ keywords: dashboard, images, image management, inactive title: Advanced Image Management dashboard --- -> Docker Pro and Team users can now use Docker Hub's new **Advanced Image Management** dashboard. The dashboard enables a new level of access to your content, allowing fine-grained pruning of old data and exploration of old versions of pushed images. [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} your existing subscription to start using the Advanced Image Management dashboard. +{% include upgrade-cta.html + body="Docker Pro and Team users can now use Docker Hub's new **Advanced Image Management** dashboard. The dashboard enables a new level of access to your content, allowing fine-grained pruning of old data and exploration of old versions of pushed images. Upgrade your existing plan to start using the Advanced Image Management dashboard." + header-text="This feature requires a Pro or a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_image-mgmt" +%} The **Advanced Image Management** dashboard allows you to manage Docker images across all repositories. [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} your existing account to a Pro or a Team account to start using the Advanced Image Management dashboard. diff --git a/docker-hub/vulnerability-scanning.md b/docker-hub/vulnerability-scanning.md index 4173f30c8f..32488c7241 100644 --- a/docker-hub/vulnerability-scanning.md +++ b/docker-hub/vulnerability-scanning.md @@ -4,7 +4,11 @@ keywords: scanning, vulnerabilities, Hub, Snyk title: Hub Vulnerability Scanning --- -> Docker Hub Vulnerability Scanning is available for developers subscribed to a Pro or a Team plan. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"}. +{% include upgrade-cta.html + body="Docker Hub Vulnerability Scanning is available for developers subscribed to a Pro or a Team plan. Upgrade your existing account to start using Hub Vulnerability Scanning." + header-text="This feature requires a Pro or a Team plan" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_scan" +%} Docker Hub Vulnerability Scanning enables you to automatically scan Docker images for vulnerabilities using Snyk. This uses the same technology as the [docker scan](../engine/scan/index.md) command.