mirror of https://github.com/docker/docs.git
Add CTAs to the Docs pages
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
c7b022472f
commit
99e546358f
|
@ -12,6 +12,11 @@ redirect_from:
|
|||
- /install/windows/ee-preview/
|
||||
---
|
||||
|
||||
> **Update to the Docker Desktop terms**
|
||||
>
|
||||
> Professional use of Docker Desktop in large organizations (more than 250 employees or more than $10 million in revenue) requires users to have a paid Docker subscription. While the effective date of these terms is August 31, 2021, there is a grace period until January 31, 2022, for those that require a paid subscription. For more information, see [Docker Desktop License Agreement](../../subscription/index.md#docker-desktop-license-agreement).
|
||||
{: .important}
|
||||
|
||||
Welcome to Docker Desktop for Windows. This page contains information about Docker Desktop for Windows system requirements, download URL, instructions to install and update Docker Desktop for Windows.
|
||||
|
||||
> Download Docker Desktop for Windows
|
||||
|
|
|
@ -16,6 +16,11 @@ title: Install Docker Engine on Ubuntu
|
|||
toc_max: 4
|
||||
---
|
||||
|
||||
> **Scan your images for vulnerabilities**
|
||||
>
|
||||
> Using open source components in your container images can introduce vulnerabilities. Run `docker scan` to start securing your images using Snyk. If you have a Docker Pro, Team, or a Business subscription, you can automatically scan images when you push an image to Docker Hub. See [Hub Vulnerability Scanning](../../docker-hub/vulnerability-scanning.md) for more information.
|
||||
{: .important}
|
||||
|
||||
To get started with Docker Engine on Ubuntu, make sure you
|
||||
[meet the prerequisites](#prerequisites), then
|
||||
[install Docker](#installation-methods).
|
||||
|
|
|
@ -8,6 +8,10 @@ redirect_from:
|
|||
- /installation/
|
||||
---
|
||||
|
||||
> **Update to the Docker Desktop terms**
|
||||
>
|
||||
> Professional use of Docker Desktop in large organizations (more than 250 employees or more than $10 million in revenue) requires users to have a paid Docker subscription. While the effective date of these terms is August 31, 2021, there is a grace period until January 31, 2022, for those that require a paid subscription. For more information, see the blog [Docker is Updating and Extending Our Product Subscriptions](https://www.docker.com/blog/updating-product-subscriptions/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}.
|
||||
{: .important}
|
||||
|
||||
Docker is an open platform for developing, shipping, and running applications.
|
||||
Docker enables you to separate your applications from your infrastructure so you
|
||||
|
|
Loading…
Reference in New Issue