Skip to content

Commit ab68d99

Browse files
committed
Add Docker EULA for direct downloads
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
1 parent 7f7c60f commit ab68d99

7 files changed

Lines changed: 12 additions & 2 deletions

File tree

_includes/eula.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- This text will be included in topics containing Docker Desktop download URLs -->
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="_"}.

docker-for-mac/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download Docker Desktop for Mac:
1111
[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}
1212
[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}
1313

14-
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="_"}.
14+
{% include eula.md %}
1515

1616
## System requirements
1717

docker-for-mac/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc_max: 2
1111

1212
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
1313

14+
{% include eula.md %}
15+
1416
## Docker Desktop 3.3.3
1517
2021-05-06
1618

docker-for-windows/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Welcome to Docker Desktop for Windows. This page contains information about Dock
1111
[Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){:
1212
.button .primary-btn}
1313

14-
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="_"}.
14+
{% include eula.md %}
1515

1616
## System requirements
1717

docker-for-windows/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ toc_max: 2
1111

1212
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
1313

14+
{% include eula.md %}
15+
1416
## Docker Desktop 3.3.3
1517
2021-05-06
1618

get-docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ section and choose the best installation path for you.
5151
</div>
5252
</div>
5353
</div>
54+
55+
{% include eula.md %}

get-started/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ machine. If you do not have Docker installed, choose your preferred operating sy
8787

8888
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).
8989

90+
{% include eula.md %}
91+
9092
## Start the tutorial
9193

9294
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:

0 commit comments

Comments
 (0)