From ab68d99fc5cc5fe4264b6d3a0e2af679ccbda8d4 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Mon, 10 May 2021 16:02:02 +0100 Subject: [PATCH] Add Docker EULA for direct downloads Signed-off-by: Usha Mandya --- _includes/eula.md | 2 ++ docker-for-mac/install.md | 2 +- docker-for-mac/release-notes.md | 2 ++ docker-for-windows/install.md | 2 +- docker-for-windows/release-notes.md | 2 ++ get-docker.md | 2 ++ get-started/index.md | 2 ++ 7 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 _includes/eula.md diff --git a/_includes/eula.md b/_includes/eula.md new file mode 100644 index 0000000000..5981a72f49 --- /dev/null +++ b/_includes/eula.md @@ -0,0 +1,2 @@ + +By downloading Docker Desktop, you agree to the terms of the [Docker Software End User License Agreement](https://www.docker.com/legal/docker-software-end-user-license-agreement){: target="_blank" rel="noopener" class="_"} and the [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_"}. diff --git a/docker-for-mac/install.md b/docker-for-mac/install.md index 5e45d4ef4d..a97520c37e 100644 --- a/docker-for-mac/install.md +++ b/docker-for-mac/install.md @@ -11,7 +11,7 @@ Download Docker Desktop for Mac: [Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn} [Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn} -By downloading Docker Desktop, you agree to the terms of the [Docker Software End User License Agreement](https://www.docker.com/legal/docker-software-end-user-license-agreement){: target="_blank" rel="noopener" class="_"} and the [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_"}. +{% include eula.md %} ## System requirements diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index ef9a053b74..f13b573acd 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -11,6 +11,8 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. +{% include eula.md %} + ## Docker Desktop 3.3.3 2021-05-06 diff --git a/docker-for-windows/install.md b/docker-for-windows/install.md index ed9208b80f..eafb4d64e2 100644 --- a/docker-for-windows/install.md +++ b/docker-for-windows/install.md @@ -11,7 +11,7 @@ Welcome to Docker Desktop for Windows. This page contains information about Dock [Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){: .button .primary-btn} -By downloading Docker Desktop, you agree to the terms of the [Docker Software End User License Agreement](https://www.docker.com/legal/docker-software-end-user-license-agreement){: target="_blank" rel="noopener" class="_"} and the [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_"}. +{% include eula.md %} ## System requirements diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index db51746920..4e90972f27 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -11,6 +11,8 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. +{% include eula.md %} + ## Docker Desktop 3.3.3 2021-05-06 diff --git a/get-docker.md b/get-docker.md index a8942480fe..d07d571fc0 100644 --- a/get-docker.md +++ b/get-docker.md @@ -51,3 +51,5 @@ section and choose the best installation path for you. + +{% include eula.md %} diff --git a/get-started/index.md b/get-started/index.md index d2e0d7dfb7..206b362b31 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -87,6 +87,8 @@ machine. If you do not have Docker installed, choose your preferred operating sy For Docker Desktop installation instructions, see [Install Docker Desktop on Mac](../docker-for-mac/install.md) and [Install Docker Desktop on Windows](../docker-for-windows/install.md). +{% include eula.md %} + ## Start the tutorial If you've already run the command to get started with the tutorial, congratulations! If not, open a command prompt or bash window, and run the command: