From 8c302969afc2c5e642d7f7c0dfcb0a1b69e58e8c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 17 Aug 2021 01:00:26 +0200 Subject: [PATCH] Update download-links Adjust text, add modal pop-up for browsers with JavaScript enabled, and show EULA inline for browsers without JavaScript. Added configuration options in the _config.json to set the correct URLs once known. Signed-off-by: Sebastiaan van Stijn --- _config.yml | 17 ++ _includes/eula-modal.html | 30 +++ _includes/eula.md | 12 +- _includes/head.html | 4 + _scss/_buttons.scss | 1 - _scss/_content.scss | 4 + _scss/_night-mode.scss | 6 + _scss/_overrides.scss | 7 +- _scss/_utilities.scss | 19 ++ desktop/mac/apple-silicon.md | 10 +- desktop/mac/edge-release-notes.md | 356 +++++++++++++++++++++----- desktop/mac/install.md | 13 +- desktop/mac/previous-versions.md | 284 ++++++++++++++++---- desktop/mac/release-notes.md | 135 +++++++--- desktop/windows/edge-release-notes.md | 350 ++++++++++++++++++++----- desktop/windows/install.md | 9 +- desktop/windows/previous-versions.md | 250 ++++++++++++++---- desktop/windows/release-notes.md | 94 +++++-- get-started/index.md | 10 +- js/docs.js | 11 +- 20 files changed, 1332 insertions(+), 290 deletions(-) create mode 100644 _includes/eula-modal.html diff --git a/_config.yml b/_config.yml index 475084a166..0cd2a2d794 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,23 @@ compose_file_v2: "2.4" machine_version: "0.16.0" distribution_version: "2.7" +# URLs for license and conditions +# TODO move these inline once these are stable / final +# TODO add final link to DSST +dsst_url: "https://www.docker.com/sites/default/files/d8/2021-01/Docker%2520Data%2520Processing%2520Agreement%25202021.pdf" # Docker Subscription Service Terms + +# Link to Docker Subscription Service Terms announcement blog-post +# TODO add final link to Docker Subscription Service Terms announcement blog-post +dsst_announcement_url: "XXXXXXX ADD BLOG LINK" + +# Link to Docker Subscription Service Terms FAQst +# TODO add link to Docker Subscription Service Terms FAQs +dsst_faqs_url: "XXXXXXX ADD FAQs LINK" + +# Link to Docker Terms of Service +# TODO add link to Docker Terms of Service +tos_url: "https://www.docker.com/legal/docker-terms-service" + # List of plugins to enable for local development builds. Mostly the same as # for production, but without the "jekyll-sitemap" plugin, which is not needed # for previewing, and excluding saves some time to build diff --git a/_includes/eula-modal.html b/_includes/eula-modal.html new file mode 100644 index 0000000000..ddb9690974 --- /dev/null +++ b/_includes/eula-modal.html @@ -0,0 +1,30 @@ + diff --git a/_includes/eula.md b/_includes/eula.md index e6b045f2f4..46920de2db 100644 --- a/_includes/eula.md +++ b/_includes/eula.md @@ -1,6 +1,8 @@ - -> **Important** -> -> By downloading Docker Desktop, you agree to the [Docker Subscription Service Terms](https://www.docker.com/legal/docker-terms-service){: target="_blank" rel="noopener" class="_"}, [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_"}, and the [Docker Privacy Policy](https://www.docker.com/legal/docker-privacy-policy){: target="_blank" rel="noopener" class="_"}. -{: .important} +We've updated the [Docker Subscription Service Terms]({{ site.dsst_url }}){: target="_blank" rel="noopener" class="_"}. +Please [read the announcement]({{ site.dsst_announcement_url }}){: target="_blank" rel="noopener" class="_"} +and [FAQs]({{ site.dsst_faqs_url }}){: target="_blank" rel="noopener" class="_"} +to learn how companies using Docker Desktop may be affected. +By downloading Docker Desktop, you agree to these updated [terms of service]({{ site.tos_url }}){: target="_blank" rel="noopener" class="_"}, +the [Docker Data Processing Agreement](https://www.docker.com/legal/data-processing-agreement){: target="_blank" rel="noopener" class="_"}, +and the [Data Privacy Policy](https://www.docker.com/legal/docker-privacy-policy){: target="_blank" rel="noopener" class="_"}. diff --git a/_includes/head.html b/_includes/head.html index 09a21c9d1d..d2c1caa90a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -48,6 +48,10 @@ + + + + {%- comment -%} We put these scripts in the head section, but use "defer" loading to allow the browser to start loading them as soon as possible. Actual execution of deferred diff --git a/_scss/_buttons.scss b/_scss/_buttons.scss index 35745a885a..760d731793 100755 --- a/_scss/_buttons.scss +++ b/_scss/_buttons.scss @@ -26,7 +26,6 @@ a.button.outline-btn.min-hgt { padding: 12px 35px 10px; min-width: 200px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); - float: left; text-align: center; white-space: nowrap; &:hover { diff --git a/_scss/_content.scss b/_scss/_content.scss index c8af42d2e9..4f968f7ee7 100755 --- a/_scss/_content.scss +++ b/_scss/_content.scss @@ -107,3 +107,7 @@ a.glossary { opacity: 1; } } + +a.accept-eula { + font-weight: bold; +} diff --git a/_scss/_night-mode.scss b/_scss/_night-mode.scss index df6f915684..af018c2fa3 100755 --- a/_scss/_night-mode.scss +++ b/_scss/_night-mode.scss @@ -198,6 +198,12 @@ body.night { color: #bcbfc3; } + /* modals */ + .modal-content { + background-color: $bg-sidebar-night; + border-left: 4px solid $primary-links; + } + /* tabs */ .nav-tabs { border-bottom: 1px solid #4f6071; diff --git a/_scss/_overrides.scss b/_scss/_overrides.scss index fc84431e63..1cc216fa3b 100755 --- a/_scss/_overrides.scss +++ b/_scss/_overrides.scss @@ -33,10 +33,13 @@ font-weight: bold; } +.btn-primary, .btn-secondary { + padding: 10px 15px 6px; + font-family: $buttons; +} .btn-primary { background-color: $marine-50; border: 1px solid rgba(0, 0, 0, 0.1); - padding: 10px 15px 6px; &:hover { opacity: 0.8; @@ -45,8 +48,6 @@ background-color: $marine-50; border: 1px solid rgba(0, 0, 0, 0.1); } - - font-family: $buttons; } .btn-default:hover { diff --git a/_scss/_utilities.scss b/_scss/_utilities.scss index cc7e6c4440..50a6667cee 100755 --- a/_scss/_utilities.scss +++ b/_scss/_utilities.scss @@ -188,6 +188,25 @@ input[type=text] { } } +.modal-dialog { + .modal-header, .modal-footer { + border: none; + } + .modal-header .close { + display: none; + } + .btn-primary { + background-color: $primary-links; + } + .btn-secondary { + background: transparent; + border-color: $primary-links; + &:hover { + color: inherit; + } + } +} + @media print { .col-nav, .col-toc, diff --git a/desktop/mac/apple-silicon.md b/desktop/mac/apple-silicon.md index 0c93731624..98345f88d8 100644 --- a/desktop/mac/apple-silicon.md +++ b/desktop/mac/apple-silicon.md @@ -15,9 +15,11 @@ Docker Desktop for Apple silicon also supports multi-platform images, which allo Download Docker Desktop for Mac on Apple silicon: -[Download](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} - -{% include eula.md %} +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for 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 .accept-eula }
@@ -73,3 +75,5 @@ We expect to fix this in a future release. Your feedback is important to us. Let us know your feedback by creating an issue in the [Docker Desktop for Mac GitHub](https://github.com/docker/for-mac/issues) repository. We also recommend that you join the [Docker Community Slack](https://www.docker.com/docker-community) and ask questions in **#docker-desktop-mac** channel. + +{% include eula-modal.html %} diff --git a/desktop/mac/edge-release-notes.md b/desktop/mac/edge-release-notes.md index 20a1c93d48..37c35760b0 100644 --- a/desktop/mac/edge-release-notes.md +++ b/desktop/mac/edge-release-notes.md @@ -14,7 +14,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.4 2020-12-07 -> [Download](https://desktop.docker.com/mac/edge/50534/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/50534/Docker.dmg){: .accept-eula } ### Upgrades @@ -32,7 +36,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.3 2020-11-30 -> [Download](https://desktop.docker.com/mac/edge/50261/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/50261/Docker.dmg){: .accept-eula } ### Upgrades @@ -46,7 +54,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.2 2020-11-26 -> [Download](https://desktop.docker.com/mac/edge/50165/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/50165/Docker.dmg){: .accept-eula } ### New @@ -62,7 +74,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.1.0 2020-11-18 -> [Download](https://desktop.docker.com/mac/edge/49923/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/49923/Docker.dmg){: .accept-eula } This release contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing Docker Desktop. @@ -85,7 +101,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.4.2.0 2020-10-19 -> [Download](https://desktop.docker.com/mac/edge/48975/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/48975/Docker.dmg){: .accept-eula } ### New @@ -115,7 +135,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.4.1.0 2020-10-01 -> [Download](https://desktop.docker.com/mac/edge/48583/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/48583/Docker.dmg){: .accept-eula } ### Upgrades @@ -133,7 +157,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.3.7.0 2020-09-17 -> [Download](https://desktop.docker.com/mac/edge/48173/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/48173/Docker.dmg){: .accept-eula } ### New @@ -163,7 +191,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.6.1 2020-09-08 -> [Download](https://desktop.docker.com/mac/edge/47792/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/47792/Docker.dmg){: .accept-eula } ### Upgrades @@ -176,7 +208,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.6.0 2020-09-01 -> [Download](https://desktop.docker.com/mac/edge/47622/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/47622/Docker.dmg){: .accept-eula } ### New @@ -203,7 +239,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.5.0 2020-08-21 -> [Download](https://desktop.docker.com/mac/edge/47376/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/47376/Docker.dmg){: .accept-eula } ### New @@ -233,7 +273,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.4.0 2020-07-28 -> [Download](https://desktop.docker.com/mac/edge/46980/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/46980/Docker.dmg){: .accept-eula } ### New @@ -254,7 +298,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.3.2 2020-07-21 -> [Download](https://desktop.docker.com/mac/edge/46784/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/46784/Docker.dmg){: .accept-eula } ### Upgrades @@ -269,7 +317,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.3.0 2020-07-09 -> [Download](https://desktop.docker.com/mac/edge/46574/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/46574/Docker.dmg){: .accept-eula } ### Upgrades @@ -287,7 +339,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.2.0 2020-06-25 -> [Download](https://desktop.docker.com/mac/edge/46268/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/46268/Docker.dmg){: .accept-eula } ### Upgrades @@ -310,7 +366,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.1.0 2020-05-20 -> [Download](https://desktop.docker.com/mac/edge/45408/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/edge/45408/Docker.dmg){: .accept-eula } ### New @@ -331,7 +391,11 @@ We appreciate you trying out an early version of the Mutagen file sync feature. ## Docker Desktop Community 2.3.0.1 2020-04-28 -> [Download](https://download.docker.com/mac/edge/44875/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/44875/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -340,7 +404,11 @@ We appreciate you trying out an early version of the Mutagen file sync feature. ## Docker Desktop Community 2.3.0.0 2020-04-20 -> [Download](https://download.docker.com/mac/edge/44472/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/44472/Docker.dmg){: .accept-eula } ### Upgrades @@ -363,7 +431,11 @@ We appreciate you trying out an early version of the Mutagen file sync feature. ## Docker Desktop Community 2.2.3.0 2020-04-02 -> [Download](https://download.docker.com/mac/edge/43965/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/43965/Docker.dmg){: .accept-eula } ### Upgrades @@ -395,7 +467,11 @@ We appreciate you trying out an early version of the Mutagen file sync feature. ## Docker Desktop Community 2.2.2.0 2020-03-02 -> [Download](https://download.docker.com/mac/edge/43066/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/43066/Docker.dmg){: .accept-eula } This release contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing Docker Desktop. @@ -412,7 +488,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.2.1.0 2020-02-12 -[Download](https://download.docker.com/mac/edge/42746/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/42746/Docker.dmg){: .accept-eula } ### Upgrades @@ -422,7 +502,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.7.0 2019-12-11 -[Download](https://download.docker.com/mac/edge/41561/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/41561/Docker.dmg){: .accept-eula } > **Note:** Docker Desktop Edge 2.1.7.0 is the release candidate for the upcoming major Stable release. Please help us test this version before the wider release and report any issues in the [docker/for-mac](https://github.com/docker/for-mac/issues) GitHub repository. @@ -444,7 +528,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.6.0 2019-11-18 -[Download](https://download.docker.com/mac/edge/40807/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/40807/Docker.dmg){: .accept-eula } ### Upgrades @@ -463,7 +551,11 @@ Added the ability to start and stop Compose-based applications and view combined ## Docker Desktop Community 2.1.5.0 2019-11-04 -[Download](https://download.docker.com/mac/edge/40323/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/40323/Docker.dmg){: .accept-eula } This release contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installation. @@ -492,7 +584,11 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to ## Docker Desktop Community 2.1.4.0 2019-10-15 -[Download](https://download.docker.com/mac/edge/39357/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/39357/Docker.dmg){: .accept-eula } ### Upgrades @@ -511,7 +607,11 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to ## Docker Desktop Community 2.1.3.0 2019-09-16 -[Download](https://download.docker.com/mac/edge/38275/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/38275/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -523,7 +623,11 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to ## Docker Desktop Community 2.1.2.0 2019-09-09 -[Download](https://download.docker.com/mac/edge/38030/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/38030/Docker.dmg){: .accept-eula } #### Upgrades @@ -542,7 +646,11 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to ## Docker Desktop Community 2.1.1.0 2019-08-12 -[Download](https://download.docker.com/mac/edge/37260/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/37260/Docker.dmg){: .accept-eula } #### Upgrades @@ -559,7 +667,11 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to ## Docker Desktop Community 2.1.0.0 2019-07-26 -[Download](https://download.docker.com/mac/edge/36792/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/36792/Docker.dmg){: .accept-eula } This release contains Kubernetes security improvements. Note that your local Kubernetes PKI and cluster will be reset after installation. @@ -587,7 +699,11 @@ This release contains Kubernetes security improvements. Note that your local Kub ## Docker Community Edition 2.0.5.0 2019-06-12 -[Download](https://download.docker.com/mac/edge/35318/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/35318/Docker.dmg){: .accept-eula } This is the Edge channel, which gives you early access to our newest features. Be aware that some of them may be experimental, and some of them may not ever reach the Stable release. @@ -615,14 +731,22 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.4.1 2019-05-07 -[Download](https://download.docker.com/mac/edge/34207/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/34207/Docker.dmg){: .accept-eula } * Bug fixes and minor changes - Upgrade QEMU from 2.8.0 to 3.1.0 to fix an emulation issue when building and running Java applications on Arm64 devices. ## Docker Community Edition 2.0.4.0 2019-04-30 -[Download](https://download.docker.com/mac/edge/33772/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/33772/Docker.dmg){: .accept-eula } * Upgrades - [Docker 19.03.0-beta3](https://github.com/docker/docker-ce/releases/tag/v19.03.0-beta3) @@ -654,7 +778,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.3.0 2019-03-05 -[Download](https://download.docker.com/mac/edge/31778/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/31778/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.3](https://github.com/docker/docker-ce/releases/tag/v18.09.3) @@ -665,14 +793,22 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.2.1 2019-02-15 -[Download](https://download.docker.com/mac/edge/31274/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/31274/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.2](https://github.com/docker/docker-ce/releases/tag/v18.09.2), fixes [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736) ## Docker Community Edition 2.0.2.0 2019-02-06 -[Download](https://download.docker.com/mac/edge/30972/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/30972/Docker.dmg){: .accept-eula } * Upgrades - [Docker Compose 1.24.0-rc1](https://github.com/docker/compose/releases/tag/1.24.0-rc1) @@ -689,7 +825,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.1.0 2019-01-11 -[Download](https://download.docker.com/mac/edge/30090/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/30090/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.1](https://github.com/docker/docker-ce/releases/tag/v18.09.1) @@ -711,7 +851,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.0.0-mac82 2018-12-07 -[Download](https://download.docker.com/mac/edge/29268/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/29268/Docker.dmg){: .accept-eula } * Upgrades - [Docker compose 1.23.2](https://github.com/docker/compose/releases/tag/1.23.2) @@ -719,7 +863,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.0.0-mac77 2018-11-14 -[Download](https://download.docker.com/mac/edge/28700/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/28700/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.0](https://github.com/docker/docker-ce-packaging/releases/tag/v18.09.0) @@ -734,7 +882,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.0.0-beta1-mac75 2018-09-14 -[Download](https://download.docker.com/mac/edge/27117/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/27117/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.0-ce-beta1](https://github.com/docker/docker-ce/releases/tag/v18.09.0-ce-beta1) @@ -752,7 +904,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.06.1-ce-mac74 2018-08-29 -[Download](https://download.docker.com/mac/edge/26766/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/26766/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.06.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.1-ce) @@ -762,7 +918,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.06.0-ce-mac69 2018-07-25 -[Download](https://download.docker.com/mac/edge/26398/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/26398/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.06.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.0-ce) @@ -773,7 +933,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.06.0-ce-rc3-mac68 2018-07-19 -[Download](https://download.docker.com/mac/edge/26342/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/26342/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.06.0-ce-rc3](https://github.com/docker/docker-ce/releases/tag/v18.06.0-ce-rc3) @@ -793,7 +957,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.05.0-ce-mac67 2018-06-07 -[Download](https://download.docker.com/mac/edge/25042/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/25042/Docker.dmg){: .accept-eula } * Upgrades - [LinuxKit v0.4](https://github.com/linuxkit/linuxkit/releases/tag/v0.4) @@ -810,7 +978,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.05.0-ce-mac66 2018-05-17 -[Download](https://download.docker.com/mac/edge/24545/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/24545/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.05.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce) @@ -830,7 +1002,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.05.0-ce-rc1-mac63 2018-04-26 -[Download](https://download.docker.com/mac/edge/24246/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/24246/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.05.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce-rc1) @@ -844,7 +1020,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.04.0-ce-mac62 2018-04-12 -[Download](https://download.docker.com/mac/edge/23965/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/23965/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.04.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce) @@ -852,7 +1032,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.04.0-ce-rc2-mac61 2018-04-09 -[Download](https://download.docker.com/mac/edge/23890/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/23890/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.04.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce-rc2) @@ -866,7 +1050,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-mac58 2018-03-26 -[Download](https://download.docker.com/mac/edge/23607/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/23607/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce) @@ -874,7 +1062,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-rc4-mac57 2018-03-15 -[Download](https://download.docker.com/mac/edge/23352/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/23352/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.0-ce-rc4](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc4) @@ -886,7 +1078,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-rc3-mac56 2018-03-13 -[Download](https://download.docker.com/mac/edge/23287/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/23287/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.0-ce-rc3](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc3) @@ -901,7 +1097,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-rc1-mac54 2018-02-27 -[Download](https://download.docker.com/mac/edge/23022/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/23022/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc1) @@ -919,7 +1119,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.02.0-ce-mac53 2018-02-09 -[Download](https://download.docker.com/mac/edge/22617/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/22617/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.02.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.02.0-ce) @@ -932,7 +1136,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.02.0-ce-rc2-mac51 2018-02-02 -[Download](https://download.docker.com/mac/edge/22446/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/22446/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.02.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v18.02.0-ce-rc2) @@ -946,7 +1154,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.02.0-ce-rc1-mac50 2018-01-26 -[Download](https://download.docker.com/mac/edge/22256/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/22256/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.02.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.02.0-ce-rc1) @@ -958,7 +1170,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.01.0-ce-mac48 2018-01-19 -[Download](https://download.docker.com/mac/edge/22004/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/22004/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.01.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.01.0-ce) @@ -983,7 +1199,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.12.0-ce-mac45 2018-01-05 -[Download](https://download.docker.com/mac/edge/21669/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/21669/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.12.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce) @@ -999,7 +1219,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.12.0-ce-rc4-mac44 2017-12-21 -[Download](https://download.docker.com/mac/edge/21438/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/21438/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.12.0-ce-rc4](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce-rc4) @@ -1011,7 +1235,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.12.0-ce-rc3-mac43 2017-12-15 -[Download](https://download.docker.com/mac/edge/21270/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/21270/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.12.0-ce-rc3](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce-rc3) @@ -1038,7 +1266,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.11.0-ce-mac40 2017-11-22 -[Download](https://download.docker.com/mac/edge/20561/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/edge/20561/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.11.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.11.0-ce) @@ -1082,7 +1314,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.10.0-ce-mac36 2017-10-24 -[Download](https://download.docker.com/mac/edge/19824/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/edge/19824/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.10.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.10.0-ce) @@ -2513,3 +2749,5 @@ work yet. - Fixed permissions on `usr/local` symbolic links + +{% include eula-modal.html %} diff --git a/desktop/mac/install.md b/desktop/mac/install.md index 8c9624861d..0cf51c3e5d 100644 --- a/desktop/mac/install.md +++ b/desktop/mac/install.md @@ -8,13 +8,12 @@ redirect_from: Welcome to Docker Desktop for Mac. This page contains information about Docker Desktop for Mac system requirements, download URLs, instructions to install and update Docker Desktop for Mac. -{% include eula.md %} - -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} - +> Download Docker Desktop for Mac +> +> {%- include eula.md -%} +> +> [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 .accept-eula } +> [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 .accept-eula } ## System requirements diff --git a/desktop/mac/previous-versions.md b/desktop/mac/previous-versions.md index 12bb77069d..e97c8fa7f4 100644 --- a/desktop/mac/previous-versions.md +++ b/desktop/mac/previous-versions.md @@ -10,12 +10,12 @@ redirect_from: This page contains release notes for older versions of Docker Desktop for Mac. -{% include eula.md %} - ## Docker Desktop Community 2.5.0.1 2020-11-10 -> [Download](https://desktop.docker.com/mac/stable/49550/Docker.dmg) +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/49550/Docker.dmg){: .accept-eula } ### Upgrades @@ -28,7 +28,11 @@ This page contains release notes for older versions of Docker Desktop for Mac. ## Docker Desktop Community 2.5.0.0 2020-11-02 -> [Download](https://desktop.docker.com/mac/stable/49427/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/49427/Docker.dmg){: .accept-eula } Docker Desktop 2.5.0.0 contains a Kubernetes upgrade. Your local Kubernetes cluster will be reset after installing this version. @@ -68,7 +72,11 @@ Docker Desktop 2.5.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus ## Docker Desktop Community 2.4.0.0 2020-09-30 -> [Download](https://desktop.docker.com/mac/stable/48506/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/48506/Docker.dmg){: .accept-eula } Docker Desktop 2.4.0.0 contains a Kubernetes upgrade. Your local Kubernetes cluster will be reset after installing this version. @@ -115,7 +123,11 @@ Docker Desktop 2.4.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus ## Docker Desktop Community 2.3.0.5 2020-09-15 -> [Download](https://desktop.docker.com/mac/stable/48029/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/48029/Docker.dmg){: .accept-eula } ### New @@ -139,7 +151,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.4 2020-07-27 -> [Download](https://desktop.docker.com/mac/stable/46911/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/46911/Docker.dmg){: .accept-eula } ### Upgrades @@ -157,7 +173,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.3 2020-05-27 -> [Download](https://desktop.docker.com/mac/stable/45519/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/45519/Docker.dmg){: .accept-eula } ### Upgrades @@ -171,7 +191,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.2 2020-05-11 -> [Download](https://download.docker.com/mac/stable/45183/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/45183/Docker.dmg){: .accept-eula } ### New @@ -203,7 +227,11 @@ Docker Desktop introduces a new onboarding tutorial upon first startup. The Quic ## Docker Desktop Community 2.2.0.5 2020-04-02 -> [Download](https://download.docker.com/mac/stable/43884/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/43884/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -212,7 +240,11 @@ Docker Desktop introduces a new onboarding tutorial upon first startup. The Quic ## Docker Desktop Community 2.2.0.4 2020-03-13 -> [Download](https://download.docker.com/mac/stable/43472/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/43472/Docker.dmg){: .accept-eula } ### Upgrades @@ -226,7 +258,11 @@ Docker Desktop introduces a new onboarding tutorial upon first startup. The Quic ## Docker Desktop Community 2.2.0.3 2020-02-11 -> [Download](https://download.docker.com/mac/stable/42716/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/42716/Docker.dmg){: .accept-eula } ### Upgrades @@ -236,7 +272,11 @@ Docker Desktop introduces a new onboarding tutorial upon first startup. The Quic ## Docker Desktop Community 2.2.0.0 2020-01-21 -> [Download](https://download.docker.com/mac/stable/42247/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/42247/Docker.dmg){: .accept-eula } Docker Desktop 2.2.0.0 contains a Kubernetes upgrade. Your local Kubernetes cluster will be reset after installing this version. @@ -285,7 +325,11 @@ For detailed information about the new Dashboard UI, see [Docker Desktop Dashboa ## Docker Desktop Community 2.1.0.5 2019-11-18 -[Download](https://download.docker.com/mac/stable/40693/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/40693/Docker.dmg){: .accept-eula } Docker Desktop 2.1.0.5 contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing this version. @@ -298,7 +342,11 @@ Docker Desktop 2.1.0.5 contains a Kubernetes upgrade. Note that your local Kuber ## Docker Desktop Community 2.1.0.4 2019-10-21 -[Download](https://download.docker.com/mac/stable/39773/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/39773/Docker.dmg){: .accept-eula } ### Upgrades @@ -315,7 +363,11 @@ For more information, see [Two-factor authentication](index.md#docker-hub). ## Docker Desktop Community 2.1.0.3 2019-09-16 -[Download](https://download.docker.com/mac/stable/38240/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/38240/Docker.dmg){: .accept-eula } ### Upgrades @@ -328,7 +380,11 @@ For more information, see [Two-factor authentication](index.md#docker-hub). ## Docker Desktop Community 2.1.0.2 2019-09-04 -[Download](https://download.docker.com/mac/stable/37877/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/37877/Docker.dmg){: .accept-eula } Docker Desktop 2.1.0.2 contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing this version. @@ -342,7 +398,11 @@ Docker Desktop 2.1.0.2 contains a Kubernetes upgrade. Note that your local Kuber ## Docker Desktop Community 2.1.0.1 2019-08-08 -[Download](https://download.docker.com/mac/stable/37199/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/37199/Docker.dmg){: .accept-eula } Note that you must sign in and create a Docker ID in order to download Docker Desktop. @@ -403,14 +463,22 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 2.0.0.3 2019-02-15 -[Download](https://download.docker.com/mac/stable/31259/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/31259/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.2](https://github.com/docker/docker-ce/releases/tag/v18.09.2), fixes [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736) ### Docker Community Edition 2.0.0.2 2019-01-16 -[Download](https://download.docker.com/mac/stable/30215/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/30215/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.1](https://github.com/docker/docker-ce/releases/tag/v18.09.1) @@ -426,14 +494,22 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 2.0.0.0-mac81 2018-12-07 -[Download](https://download.docker.com/mac/stable/29211/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/29211/Docker.dmg){: .accept-eula } * Upgrades - [Docker compose 1.23.2](https://github.com/docker/compose/releases/tag/1.23.2) ### Docker Community Edition 2.0.0.0-mac78 2018-11-19 -[Download](https://download.docker.com/mac/stable/28905/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/28905/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.09.0](https://github.com/docker/docker-ce-packaging/releases/tag/v18.09.0) @@ -458,7 +534,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 18.06.1-ce-mac73 2018-08-29 -[Download](https://download.docker.com/mac/stable/26764/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/26764/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.06.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.1-ce) @@ -468,7 +548,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 18.06.0-ce-mac70 2018-07-25 -[Download](https://download.docker.com/mac/stable/26399/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/26399/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.06.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.0-ce) @@ -499,7 +583,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 18.03.1-ce-mac65 2018-04-30 -[Download](https://download.docker.com/mac/stable/24312/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/24312/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.1-ce) @@ -511,7 +599,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 18.03.1-ce-mac64 2018-04-26 -[Download](https://download.docker.com/mac/stable/24245/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/24245/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.1-ce) @@ -523,14 +615,22 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 18.03.0-ce-mac60 2018-03-30 -[Download](https://download.docker.com/mac/stable/23751/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/23751/Docker.dmg){: .accept-eula } * Bug fixes and minor changes - Fix Upgrade straight from 17.09 versions where Docker for Mac cannot restart once the upgrade has been performed. Fixes [docker/for-mac#2739](https://github.com/docker/for-mac/issues/2739) ### Docker Community Edition 18.03.0-ce-mac59 2018-03-26 -[Download](https://download.docker.com/mac/stable/23608/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/23608/Docker.dmg){: .accept-eula } * Upgrades - [Docker 18.03.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce) @@ -558,7 +658,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.12.0-ce-mac55 2018-02-27 -[Download](https://download.docker.com/mac/stable/23011/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/23011/Docker.dmg){: .accept-eula } * Bug fixes and minor changes - Revert the default disk format to qcow2 for users running macOS 10.13 (High Sierra). There are confirmed reports of file corruption using the raw format which uses sparse files on APFS. Note this change only takes effect after a reset to factory defaults (from the Whale menu -> Preferences -> Reset). Related to [docker/for-mac#2625](https://github.com/docker/for-mac/issues/2625) @@ -566,7 +670,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.12.0-ce-mac49 2018-01-19 -[Download](https://download.docker.com/mac/stable/21805/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/21805/Docker.dmg){: .accept-eula } * Bug fixes and minor changes - Fix error during resize/create Docker.raw disk image in some cases. Fixes [docker/for-mac#2383](https://github.com/docker/for-mac/issues/2383), [docker/for-mac#2447](https://github.com/docker/for-mac/issues/2447), [docker/for-mac#2453], (https://github.com/docker/for-mac/issues/2453), [docker/for-mac#2420](https://github.com/docker/for-mac/issues/2420) @@ -579,7 +687,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.12.0-ce-mac47 2018-01-12 -[Download](https://download.docker.com/mac/stable/21698/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/21698/Docker.dmg){: .accept-eula } * Bug fixes and minor changes - Fix for `docker push` to an insecure registry. Fixes [docker/for-mac#2392](https://github.com/docker/for-mac/issues/2392) @@ -587,7 +699,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.12.0-ce-mac46 2018-01-09 -[Download](https://download.docker.com/mac/stable/21698/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/21698/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.12.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce) @@ -614,7 +730,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ## Stable Releases of 2017 ### Docker Community Edition 17.09.1-ce-mac42 2017-12-11 -[Download](https://download.docker.com/mac/stable/21090/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/21090/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.09.1-ce](https://github.com/docker/docker-ce/releases/tag/v17.09.1-ce) @@ -626,21 +746,33 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.09.0-ce-mac35 2017-10-06 -[Download](https://download.docker.com/mac/stable/19611/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://download.docker.com/mac/stable/19611/Docker.dmg){: .accept-eula } * Bug fix - Fix Docker For Mac unable to start in some cases : removed use of libgmp sometimes causing the vpnkit process to die. ### Docker Community Edition 17.09.0-ce-mac33 2017-10-03 -[Download](https://download.docker.com/mac/stable/19543/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/19543/Docker.dmg){: .accept-eula } * Bug fix - Do not show Toolbox migration assistant when there are existing Docker For Mac data. ### Docker Community Edition 17.09.0-ce-mac32 2017-10-02 -[Download](https://download.docker.com/mac/stable/19506/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/19506/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.09.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.09.0-ce) @@ -675,7 +807,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.06.2-ce-mac27 2017-09-06 -[Download](https://download.docker.com/mac/stable/19124/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/19124/Docker.dmg){: .accept-eula } * Upgrades - [Docker 17.06.2-ce](https://github.com/docker/docker-ce/releases/tag/v17.06.2-ce) @@ -683,7 +819,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.06.1-ce-mac24, 2017-08-21 -[Download](https://download.docker.com/mac/stable/18950/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/18950/Docker.dmg){: .accept-eula } **Upgrades** - [Docker 17.06.1-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v17.06.1-ce-rc1) @@ -698,7 +838,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.06.0-ce-mac18, 2017-06-28 -[Download](https://download.docker.com/mac/stable/18433/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/18433/Docker.dmg){: .accept-eula } **Upgrades** @@ -743,7 +887,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.03.1-ce-mac12, 2017-05-12 -[Download](https://download.docker.com/mac/stable/17661/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/17661/Docker.dmg){: .accept-eula } **Upgrades** @@ -751,7 +899,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.03.1-ce-mac5, 2017-03-29 -[Download](https://download.docker.com/mac/stable/16048/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/16048/Docker.dmg){: .accept-eula } **Upgrades** @@ -760,7 +912,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker Community Edition 17.03.0-ce-mac1, 2017-03-02 -[Download](https://download.docker.com/mac/stable/15583/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/15583/Docker.dmg){: .accept-eula } **New** @@ -804,7 +960,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker for Mac 1.13.1, 2017-02-09 -[Download](https://download.docker.com/mac/stable/15353/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/15353/Docker.dmg){: .accept-eula } **Upgrades** @@ -821,7 +981,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features. ### Docker for Mac 1.13.0, 2017-01-19 -[Download](https://download.docker.com/mac/stable/15072/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/15072/Docker.dmg){: .accept-eula } **Upgrades** @@ -874,7 +1038,11 @@ underestimate the number of active connections ## Stable Releases of 2016 ### Docker for Mac 1.12.5, 2016-12-20 -[Download](https://download.docker.com/mac/stable/14777/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/14777/Docker.dmg){: .accept-eula } **Upgrades** @@ -887,7 +1055,11 @@ We did not distribute a 1.12.4 stable release ### Docker for Mac 1.12.3, 2016-11-09 -[Download](https://download.docker.com/mac/stable/13776/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/13776/Docker.dmg){: .accept-eula } **Upgrades** @@ -954,7 +1126,11 @@ We did not distribute a 1.12.4 stable release ### Docker for Mac 1.12.1, 2016-09-16 -[Download](https://download.docker.com/mac/stable/1.12.1.12133/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/1.12.1.12133/Docker.dmg){: .accept-eula } **New** @@ -1034,7 +1210,11 @@ We did not distribute a 1.12.4 stable release ### Docker for Mac 2016-08-11 1.12.0-a -[Download](https://download.docker.com/mac/stable/11213/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/11213/Docker.dmg){: .accept-eula } This bug fix release contains osxfs improvements. The fixed issues may have been seen as failures with apt-get and npm in containers, missed inotify @@ -1053,7 +1233,11 @@ events or unexpected unmounts. ### Docker for Mac 1.12.0, 2016-07-28 -[Download](https://download.docker.com/mac/stable/10871/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/mac/stable/10871/Docker.dmg){: .accept-eula } * First stable release @@ -1062,3 +1246,5 @@ events or unexpected unmounts. * Docker 1.12.0 * Docker Machine 0.8.0 * Docker Compose 1.8.0 + +{% include eula-modal.html %} diff --git a/desktop/mac/release-notes.md b/desktop/mac/release-notes.md index 881a858a79..b3a8c26d51 100644 --- a/desktop/mac/release-notes.md +++ b/desktop/mac/release-notes.md @@ -12,13 +12,15 @@ 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.6.0 2021-08-11 -[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} +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [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 .accept-eula } +> [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 .accept-eula } ### New @@ -51,9 +53,12 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.5.2 2021-07-08 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/66501/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/66501/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/66501/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/66501/Docker.dmg){: .accept-eula } ### New @@ -83,9 +88,12 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.5.1 2021-06-25 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/66090/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/66090/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/66090/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/66090/Docker.dmg){: .accept-eula } ### New @@ -100,9 +108,12 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.5.0 2021-06-23 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/66024/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/66024/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/66024/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/66024/Docker.dmg){: .accept-eula } ### New @@ -136,9 +147,12 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.4.0 2021-06-09 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/65384/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/65384/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/65384/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/65384/Docker.dmg){: .accept-eula } ### New @@ -186,9 +200,12 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.3 2021-05-06 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/64133/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/64133/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/64133/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/64133/Docker.dmg){: .accept-eula } ### Upgrades @@ -202,9 +219,12 @@ This page contains information about the new features, improvements, known issue ### Docker Desktop 3.3.2 2021-05-03 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/63878/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/63878/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/63878/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/63878/Docker.dmg){: .accept-eula } ### Upgrades @@ -228,9 +248,12 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.1 2021-04-15 -> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/63152/Docker.dmg) - -> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/63152/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/63152/Docker.dmg){: .accept-eula } | +> [Download for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/63152/Docker.dmg){: .accept-eula } ### New @@ -253,7 +276,11 @@ Docker Desktop is now available for Apple silicon as well as Intel chips. This e ## Docker Desktop 3.3.0 2021-04-08 -> [Download](https://desktop.docker.com/mac/stable/amd64/62916/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/62916/Docker.dmg){: .accept-eula } ### New @@ -291,7 +318,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.2.2 2021-03-15 -> [Download](https://desktop.docker.com/mac/stable/amd64/61853/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/61853/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -303,7 +334,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.2.1 2021-03-05 -> [Download](https://desktop.docker.com/mac/stable/amd64/61626/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/61626/Docker.dmg){: .accept-eula } ### Upgrades @@ -316,7 +351,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.2.0 2021-03-01 -> [Download](https://desktop.docker.com/mac/stable/amd64/61504/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/61504/Docker.dmg){: .accept-eula } ### New @@ -360,7 +399,11 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y ## Docker Desktop 3.1.0 2021-01-14 -> [Download](https://desktop.docker.com/mac/stable/51484/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/51484/Docker.dmg){: .accept-eula } ### New @@ -379,7 +422,11 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y ## Docker Desktop 3.0.4 2021-01-06 -> [Download](https://desktop.docker.com/mac/stable/51218/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/51218/Docker.dmg){: .accept-eula } ### Upgrades @@ -397,7 +444,11 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y ## Docker Desktop 3.0.3 2020-12-21 -> [Download](https://desktop.docker.com/mac/stable/51017/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/51017/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -411,7 +462,11 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y ## Docker Desktop 3.0.2 2020-12-18 -> [Download](https://desktop.docker.com/mac/stable/50996/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/50996/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -427,7 +482,11 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y ## Docker Desktop 3.0.1 2020-12-11 -> [Download](https://desktop.docker.com/mac/stable/50773/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/50773/Docker.dmg){: .accept-eula } ### Bug fixes and minor changes @@ -442,7 +501,11 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y ## Docker Desktop 3.0.0 2020-12-10 -> [Download](https://desktop.docker.com/mac/stable/50684/Docker.dmg) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download for Mac with Intel chip](https://desktop.docker.com/mac/stable/50684/Docker.dmg){: .accept-eula } ### New @@ -477,3 +540,5 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y - Building an image with BuildKit from a git URL fails when using the form `github.com/org/repo`. To work around this issue, use the form `git://github.com/org/repo`. - Some DNS addresses fail to resolve within containers based on Alpine Linux 3.13. + +{% include eula-modal.html %} diff --git a/desktop/windows/edge-release-notes.md b/desktop/windows/edge-release-notes.md index 4b59daee07..b717ff69b0 100644 --- a/desktop/windows/edge-release-notes.md +++ b/desktop/windows/edge-release-notes.md @@ -14,7 +14,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.4 2020-12-07 -> [Download](https://desktop.docker.com/win/edge/50534/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/50534/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -29,7 +33,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.3 2020-11-30 -> [Download](https://desktop.docker.com/win/edge/50261/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/50261/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -38,7 +46,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.2 2020-11-26 -> [Download](https://desktop.docker.com/win/edge/50165/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/50165/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -52,7 +64,11 @@ For information about Stable releases, see the [Stable release notes](release-no ## Docker Desktop Community 2.5.1.0 2020-11-18 -> [Download](https://desktop.docker.com/win/edge/49923/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/49923/Docker%20Desktop%20Installer.exe){: .accept-eula } This release contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing Docker Desktop. @@ -72,7 +88,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.4.2.0 2020-10-19 -> [Download](https://desktop.docker.com/win/edge/48975/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/48975/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -103,7 +123,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.4.1.0 2020-10-01 -> [Download](https://desktop.docker.com/win/edge/48583/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/48583/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -119,7 +143,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.3.7.0 2020-09-17 -> [Download](https://desktop.docker.com/win/edge/48173/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/48173/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -155,7 +183,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.6.2 2020-09-09 -> [Download](https://desktop.docker.com/win/edge/47842/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/47842/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -168,7 +200,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.6.0 2020-09-01 -> [Download](https://desktop.docker.com/win/edge/47622/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/47622/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -191,7 +227,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.5.1 2020-08-25 -> [Download](https://desktop.docker.com/win/edge/47433/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/47433/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -200,7 +240,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.5.0 2020-08-20 -> [Download](https://desktop.docker.com/win/edge/47357/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/47357/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -227,7 +271,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.4.0 2020-07-28 -> [Download](https://desktop.docker.com/win/edge/46980/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/46980/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -248,7 +296,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.3.2 2020-07-21 -> [Download](https://desktop.docker.com/win/edge/46784/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/46784/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -258,7 +310,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.3.1 2020-07-10 -> [Download](https://desktop.docker.com/win/edge/46608/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/46608/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -267,7 +323,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.3.0 2020-07-09 -> [Download](https://desktop.docker.com/win/edge/46574/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/46574/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -282,7 +342,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.2.1 2020-06-29 -> [Download](https://desktop.docker.com/win/edge/46329/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/46329/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Security @@ -317,7 +381,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.1.0 2020-05-20 -> [Download](https://desktop.docker.com/win/edge/45408/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/edge/45408/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -361,7 +429,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.1 2020-04-28 -> [Download](https://download.docker.com/win/edge/44875/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/44875/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -375,7 +447,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.0 2020-04-20 -> [Download](https://download.docker.com/win/edge/44472/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/44472/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -419,7 +495,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.2.3.0 2020-04-02 -> [Download](https://download.docker.com/win/edge/43965/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/43965/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -477,7 +557,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.2.2.0 2020-03-02 -> [Download](https://download.docker.com/win/edge/43066/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/43066/Docker%20Desktop%20Installer.exe){: .accept-eula } This release contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing Docker Desktop. @@ -501,7 +585,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.2.1.0 2020-02-12 -> [Download](https://download.docker.com/win/edge/42746/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/42746/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -542,7 +630,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.7.0 2019-12-11 -[Download](https://download.docker.com/win/edge/41561/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/41561/Docker%20Desktop%20Installer.exe){: .accept-eula } > **Note:** Docker Desktop Edge 2.1.7.0 is the release candidate for the upcoming major Stable release. Please help us test this version before the wider release and report any issues in the [docker/for-win](https://github.com/docker/for-win/issues) GitHub repository. @@ -574,7 +666,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.6.1 2019-11-20 -[Download](https://download.docker.com/win/edge/40920/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/40920/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -588,7 +684,11 @@ Windows Insider Preview Slow Ring users running OS builds older than 19025 canno ### Docker Desktop Community 2.1.6.0 2019-11-18 -[Download](https://download.docker.com/win/edge/40807/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/40807/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -620,7 +720,11 @@ Windows Insider Preview Slow Ring users running OS builds older than 19025 canno ## Docker Desktop Community 2.1.5.0 2019-11-04 -[Download](https://download.docker.com/win/edge/40323/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/40323/Docker%20Desktop%20Installer.exe){: .accept-eula } This release contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installation. @@ -656,7 +760,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.4.0 2019-10-15 -[Download](https://download.docker.com/win/edge/39357/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/39357/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -674,7 +782,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.3.0 2019-09-16 -[Download](https://download.docker.com/win/edge/38275/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/38275/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -684,7 +796,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.2.0 2019-09-09 -[Download](https://download.docker.com/win/edge/38030/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/38030/Docker%20Desktop%20Installer.exe){: .accept-eula } #### Upgrades @@ -703,7 +819,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.1.0 2019-08-12 -[Download](https://download.docker.com/win/edge/37260/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/37260/Docker%20Desktop%20Installer.exe){: .accept-eula } #### Upgrades @@ -725,7 +845,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Desktop Community 2.1.0.0 2019-07-30 -[Download](https://download.docker.com/win/edge/36873/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/36873/Docker%20Desktop%20Installer.exe){: .accept-eula } This release contains Kubernetes security improvements. Note that your local Kubernetes PKI and cluster will be reset after installation. @@ -756,7 +880,11 @@ This release contains Kubernetes security improvements. Note that your local Kub ## Docker Community Edition 2.0.5.0 2019-06-12 -[Download](https://download.docker.com/win/edge/35318/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/35318/Docker%20Desktop%20Installer.exe){: .accept-eula } This is the Edge channel, which gives you early access to our newest features. Be aware that some of them may be experimental, and some of them may not ever reach the Stable release. @@ -789,14 +917,22 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.4.1 2019-05-07 -[Download](https://download.docker.com/win/edge/34207/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/34207/Docker%20Desktop%20Installer.exe){: .accept-eula } * Bug fixes and minor changes - Upgrade QEMU from 2.8.0 to 3.1.0 to fix an emulation issue when building and running Java applications on Arm64 devices. ## Docker Community Edition 2.0.4.0 2019-04-30 -[Download](https://download.docker.com/win/edge/33772/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/33772/Docker%20Desktop%20Installer.exe){: .accept-eula } * Upgrades - [Docker 19.03.0-beta3](https://github.com/docker/docker-ce/releases/tag/v19.03.0-beta3) @@ -831,7 +967,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.3.0 2019-03-05 -[Download](https://download.docker.com/win/edge/31778/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/31778/Docker%20Desktop%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.3](https://github.com/docker/docker-ce/releases/tag/v18.09.3) @@ -843,14 +983,22 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.2.1 2019-02-15 -[Download](https://download.docker.com/win/edge/31274/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/31274/Docker%20Desktop%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.2](https://github.com/docker/docker-ce/releases/tag/v18.09.2), fixes [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736) ## Docker Community Edition 2.0.2.0 2019-02-06 -[Download](https://download.docker.com/win/edge/30972/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/30972/Docker%20Desktop%20Installer.exe){: .accept-eula } * Upgrades - [Docker Compose 1.24.0-rc1](https://github.com/docker/compose/releases/tag/1.24.0-rc1) @@ -865,7 +1013,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ## Docker Community Edition 2.0.1.0 2019-01-11 -[Download](https://download.docker.com/win/edge/30090/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/30090/Docker%20Desktop%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.1](https://github.com/docker/docker-ce/releases/tag/v18.09.1) @@ -888,7 +1040,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.0.0-win82 2018-12-07 -[Download](https://download.docker.com/win/edge/29268/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/29268/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker compose 1.23.2](https://github.com/docker/compose/releases/tag/1.23.2) @@ -898,7 +1054,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.0.0-win77 2018-11-14 -[Download](https://download.docker.com/win/edge/28777/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/28777/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.0](https://github.com/docker/docker-ce-packaging/releases/tag/v18.09.0) @@ -916,7 +1076,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 2.0.0.0-beta1-win75 2018-09-14 -[Download](https://download.docker.com/win/edge/19925/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/19925/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.0-ce-beta1](https://github.com/docker/docker-ce/releases/tag/v18.09.0-ce-beta1) @@ -937,7 +1101,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.06.1-ce-win74 2018-08-29 -[Download](https://download.docker.com/win/edge/19508/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/19508/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.06.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.1-ce) @@ -955,21 +1123,33 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.06.0-ce-win71 2018-07-27 -[Download](https://download.docker.com/win/edge/19101/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/19101/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Bug fixes and minor changes - Fix bug in automatic feature enabling if "Hyper-V" and "Containers" Windows features are not enabled already when starting Docker Desktop. ### Docker Community Edition 18.06.0-ce-win69 2018-07-25 -[Download](https://download.docker.com/win/edge/19070/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/19070/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.06.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.0-ce) ### Docker Community Edition 18.06.0-ce-rc3-win68 2018-07-19 -[Download](https://download.docker.com/win/edge/18994/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/18994/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.06.0-ce-rc3](https://github.com/docker/docker-ce/releases/tag/v18.06.0-ce-rc3) @@ -988,7 +1168,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.05.0-ce-win67 2018-06-07 -[Download](https://download.docker.com/win/edge/18263/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/18263/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [LinuxKit v0.4](https://github.com/linuxkit/linuxkit/releases/tag/v0.4) @@ -1001,7 +1185,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.05.0-ce-win66 2018-05-17 -[Download](https://download.docker.com/win/edge/17760/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/17760/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.05.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce) @@ -1017,7 +1205,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.05.0-ce-rc1-win63 2018-04-26 -[Download](https://download.docker.com/win/edge/17439/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/17439/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.05.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce-rc1) @@ -1031,7 +1223,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.04.0-ce-win62 2018-04-12 -[Download](https://download.docker.com/win/edge/17151/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/17151/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.04.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce) @@ -1039,7 +1235,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.04.0-ce-rc2-win61 2018-04-09 -[Download](https://download.docker.com/win/edge/17070/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/17070/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.04.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce-rc2) @@ -1053,7 +1253,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-win58 2018-03-26 -[Download](https://download.docker.com/win/edge/16761/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/16761/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce) @@ -1064,7 +1268,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-rc4-win57 2018-03-15 -[Download](https://download.docker.com/win/edge/16511/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/16511/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.0-ce-rc4](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc4) @@ -1075,7 +1283,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-rc3-win56 2018-03-13 -[Download](https://download.docker.com/win/edge/16433/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/16433/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.0-ce-rc3](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc3) @@ -1092,7 +1304,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.03.0-ce-rc1-win54 2018-02-27 -[Download](https://download.docker.com/win/edge/16164/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/16164/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce-rc1) @@ -1114,7 +1330,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.02.0-ce-win52 2018-02-08 -[Download](https://download.docker.com/win/edge/15732/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/15732/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.02.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.02.0-ce) @@ -1150,7 +1370,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 18.01.0-ce-win48 2018-01-19 -[Download](https://download.docker.com/win/edge/15285/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/15285/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.01.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.01.0-ce) @@ -1163,7 +1387,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.12.0-ce-win45 2018-01-05 -[Download](https://download.docker.com/win/edge/15017/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/15017/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 17.12.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce) @@ -1203,7 +1431,11 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus ### Docker Community Edition 17.11.0-ce-win40 2017-11-22 -[Download](https://download.docker.com/win/edge/14328/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/edge/14328/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 17.11.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.11.0-ce) @@ -2712,3 +2944,5 @@ are working on a solution. **Networking** - live debugging Node.js application + +{% include eula-modal.html %} diff --git a/desktop/windows/install.md b/desktop/windows/install.md index eb5d531ae5..fcf173acfb 100644 --- a/desktop/windows/install.md +++ b/desktop/windows/install.md @@ -14,10 +14,11 @@ redirect_from: 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. -{% include eula.md %} - -[Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){: -.button .primary-btn} +> Download Docker Desktop for Windows +> +> {%- include eula.md -%} +> +> [Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){: .button .primary-btn .accept-eula } ## System requirements diff --git a/desktop/windows/previous-versions.md b/desktop/windows/previous-versions.md index 00b0567001..d64ad70c19 100644 --- a/desktop/windows/previous-versions.md +++ b/desktop/windows/previous-versions.md @@ -10,12 +10,14 @@ redirect_from: This page contains release notes for older versions of Docker Desktop for Windows. -{% include eula.md %} - ## Docker Desktop Community 2.5.0.1 2020-11-10 -> [Download](https://desktop.docker.com/win/stable/49550/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/49550/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -25,7 +27,11 @@ This page contains release notes for older versions of Docker Desktop for Window ## Docker Desktop Community 2.5.0.0 2020-11-02 -> [Download](https://desktop.docker.com/win/stable/49427/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/49427/Docker%20Desktop%20Installer.exe){: .accept-eula } Docker Desktop 2.5.0.0 contains a Kubernetes upgrade. Your local Kubernetes cluster will be reset after installing this version. @@ -63,7 +69,11 @@ Docker Desktop 2.5.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus ## Docker Desktop Community 2.4.0.0 2020-09-30 -> [Download](https://desktop.docker.com/win/stable/48506/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/48506/Docker%20Desktop%20Installer.exe){: .accept-eula } Docker Desktop 2.4.0.0 contains a Kubernetes upgrade. Your local Kubernetes cluster will be reset after installing this version. @@ -133,7 +143,11 @@ Docker Desktop 2.4.0.0 contains a Kubernetes upgrade. Your local Kubernetes clus ## Docker Desktop Community 2.3.0.5 2020-09-15 -> [Download](https://desktop.docker.com/win/stable/48029/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/48029/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -157,7 +171,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.4 2020-07-27 -> [Download](https://desktop.docker.com/win/stable/46911/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/46911/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -178,7 +196,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.3 2020-05-27 -> [Download](https://desktop.docker.com/win/stable/45519/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/45519/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -201,7 +223,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.3.0.2 2020-05-11 -> [Download](https://download.docker.com/win/stable/45183/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/45183/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -270,7 +296,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.2.0.5 2020-04-02 -> [Download](https://download.docker.com/win/stable/43884/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/43884/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -283,7 +313,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.2.0.4 2020-03-13 -> [Download](https://download.docker.com/win/stable/43472/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/43472/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -314,7 +348,11 @@ the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for ## Docker Desktop Community 2.2.0.3 2020-02-11 -> [Download](https://download.docker.com/win/stable/42716/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/42716/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -416,7 +454,11 @@ For detailed information about the new Dashboard UI, see [Docker Desktop Dashboa ## Docker Desktop Community 2.1.0.5 2019-11-18 -[Download](https://download.docker.com/win/stable/40693/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/40693/Docker%20Desktop%20Installer.exe){: .accept-eula } Docker Desktop 2.1.0.5 contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing this version. @@ -429,7 +471,11 @@ Docker Desktop 2.1.0.5 contains a Kubernetes upgrade. Note that your local Kuber ## Docker Desktop Community 2.1.0.4 2019-10-21 -[Download](https://download.docker.com/win/stable/39773/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/39773/Docker%20Desktop%20Installer.exe){: .accept-eula } Docker Desktop 2.1.0.4 contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing this version. @@ -447,7 +493,11 @@ Docker Desktop now enables you to sign into Docker Hub using two-factor authenti ## Docker Desktop Community 2.1.0.3 2019-09-16 -[Download](https://download.docker.com/win/stable/38240/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/38240/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -456,7 +506,11 @@ Docker Desktop now enables you to sign into Docker Hub using two-factor authenti ## Docker Desktop Community 2.1.0.2 2019-09-04 -[Download](https://download.docker.com/win/stable/37877/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/37877/Docker%20Desktop%20Installer.exe){: .accept-eula } Docker Desktop 2.1.0.2 contains a Kubernetes upgrade. Your local Kubernetes cluster will be reset after installing this version. @@ -470,7 +524,11 @@ Docker Desktop 2.1.0.2 contains a Kubernetes upgrade. Your local Kubernetes clus ## Docker Desktop Community 2.1.0.1 2019-08-08 -[Download](https://download.docker.com/win/stable/37199/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/37199/Docker%20Desktop%20Installer.exe){: .accept-eula } Note that you must sign in and create a Docker ID in order to download Docker Desktop. @@ -537,7 +595,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 2.0.0.3 2019-02-15 -[Download](https://download.docker.com/win/stable/31259/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/31259/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.2](https://github.com/docker/docker-ce/releases/tag/v18.09.2), fixes [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736) @@ -547,7 +609,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 2.0.0.2 2019-01-16 -[Download](https://download.docker.com/win/stable/30215/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/30215/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.1](https://github.com/docker/docker-ce/releases/tag/v18.09.1) @@ -565,7 +631,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 2.0.0.0-win81 2018-12-07 -[Download](https://download.docker.com/win/stable/29211/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/29211/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker compose 1.23.2](https://github.com/docker/compose/releases/tag/1.23.2) @@ -575,7 +645,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 2.0.0.0-win78 2018-11-19 -[Download](https://download.docker.com/win/stable/28905/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/28905/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.09.0](https://github.com/docker/docker-ce-packaging/releases/tag/v18.09.0) @@ -604,7 +678,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 18.06.1-ce-win73 2018-08-29 -[Download](https://download.docker.com/win/stable/19507/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/19507/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.06.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.1-ce) @@ -622,7 +700,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 18.06.0-ce-win72 2018-07-26 -[Download](https://download.docker.com/win/stable/19098/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/19098/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * New - Renewed signing certificate. The installer may show a Windows Defender popup until the renewed certificate is whitelisted. Click "More info" to view the app is published by "Docker Inc" and run it. @@ -632,7 +714,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 18.06.0-ce-win70 2018-07-25 -[Download](https://download.docker.com/win/stable/19075/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/19075/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.06.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.06.0-ce) @@ -657,7 +743,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 18.03.1-ce-win65 2018-04-30 -[Download](https://download.docker.com/win/stable/17513/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/17513/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.1-ce) @@ -670,7 +760,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 18.03.1-ce-win64 2018-04-26 -[Download](https://download.docker.com/win/stable/17438/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/17438/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.1-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.1-ce) @@ -683,7 +777,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 18.03.0-ce-win59 2018-03-26 -[Download](https://download.docker.com/win/stable/16762/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/16762/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 18.03.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.03.0-ce) @@ -715,7 +813,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.12.0-ce-win47 2018-01-12 -[Download](https://download.docker.com/win/stable/15139/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/15139/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Bug fixes and minor changes - Fix linuxkit port-forwarder sometimes not being able to start. Fixes [docker/for-win#1506](https://github.com/docker/for-win/issues/1506) @@ -725,7 +827,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.12.0-ce-win46 2018-01-09 -[Download](https://download.docker.com/win/stable/15048/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/15048/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 17.12.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.12.0-ce) @@ -749,7 +855,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.09.1-ce-win42 2017-12-11 -[Download](https://download.docker.com/win/stable/14687/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/14687/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 17.09.1-ce](https://github.com/docker/docker-ce/releases/tag/v17.09.1-ce) @@ -766,14 +876,22 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.09.0-ce-win33 2017-10-06 -[Download](https://download.docker.com/win/stable/13620/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/13620/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Bug fixes - Fix Docker For Windows unable to start in some cases: removed use of libgmp sometimes causing the vpnkit process to die. ### Docker Community Edition 17.09.0-ce-win32 2017-10-02 -[Download](https://download.docker.com/win/stable/13529/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/13529/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 17.09.0-ce](https://github.com/docker/docker-ce/releases/tag/v17.09.0-ce) @@ -812,7 +930,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.06.2-ce-win27 2017-09-06 -[Download](https://download.docker.com/win/stable/13194/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/13194/Docker%20for%20Windows%20Installer.exe){: .accept-eula } * Upgrades - [Docker 17.06.2-ce](https://github.com/docker/docker-ce/releases/tag/v17.06.2-ce) @@ -820,7 +942,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.06.1-ce-rc1-win24 2017-08-24 -[Download](https://download.docker.com/win/stable/13025/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/13025/Docker%20for%20Windows%20Installer.exe){: .accept-eula } **Upgrades** @@ -835,7 +961,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.06.0-ce-win18 2017-06-28 -[Download](https://download.docker.com/win/stable/12627/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/12627/Docker%20for%20Windows%20Installer.exe){: .accept-eula } **Upgrades** @@ -875,7 +1005,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.03.1-ce-win12 2017-05-12 -[Download](https://download.docker.com/win/stable/12058/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/12058/Docker%20for%20Windows%20Installer.exe){: .accept-eula } **Upgrades** @@ -883,7 +1017,11 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features: ### Docker Community Edition 17.03.0, 2017-03-02 -[Download](https://download.docker.com/win/stable/10743/Docker%20for%20Windows%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/10743/Docker%20for%20Windows%20Installer.exe){: .accept-eula } **New** @@ -918,7 +1056,11 @@ progressively ### Docker for Windows 1.13.1, 2017-02-09 -[Download](https://download.docker.com/win/stable/1.13.1.10072/InstallDocker.msi) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/1.13.1.10072/InstallDocker.msi){: .accept-eula } **Upgrades** @@ -935,7 +1077,11 @@ progressively ### Docker for Windows 1.13.0, 2017-01-19 -[Download](https://download.docker.com/win/stable/1.13.0.9795/InstallDocker.msi) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/1.13.0.9795/InstallDocker.msi){: .accept-eula } **Upgrades** @@ -978,7 +1124,11 @@ progressively ### Docker for Windows 1.12.5, 2016-12-20 -[Download](https://download.docker.com/win/stable/1.12.5.9503/InstallDocker.msi) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/1.12.5.9503/InstallDocker.msi){: .accept-eula } **Upgrades** @@ -991,7 +1141,11 @@ We did not distribute a 1.12.4 stable release ### Docker for Windows 1.12.3, 2016-11-09 -[Download](https://download.docker.com/win/stable/1.12.3.8488/InstallDocker.msi) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/1.12.3.8488/InstallDocker.msi){: .accept-eula } **New** @@ -1074,7 +1228,11 @@ We did not distribute a 1.12.4 stable release ### Docker for Windows 1.12.1, 2016-09-16 -[Download](https://download.docker.com/win/stable/1.12.1.7135/InstallDocker.msi) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/1.12.1.7135/InstallDocker.msi){: .accept-eula } >**Important Note**: > @@ -1169,7 +1327,11 @@ We did not distribute a 1.12.4 stable release ### Docker for Windows 1.12.0, 2016-07-28 -[Download](https://download.docker.com/win/stable/1.12.0.5968/InstallDocker.msi) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://download.docker.com/win/stable/1.12.0.5968/InstallDocker.msi){: .accept-eula } * First stable release @@ -1178,3 +1340,5 @@ We did not distribute a 1.12.4 stable release * Docker 1.12.0 * Docker Machine 0.8.0 * Docker Compose 1.8.0 + +{% include eula-modal.html %} diff --git a/desktop/windows/release-notes.md b/desktop/windows/release-notes.md index 69020ce7ca..8d9c80859d 100644 --- a/desktop/windows/release-notes.md +++ b/desktop/windows/release-notes.md @@ -12,12 +12,14 @@ 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.6.0 2021-08-11 -[Download](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn} +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn .accept-eula } ### New @@ -57,7 +59,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.5.2 2021-07-08 -> [Download](https://desktop.docker.com/win/stable/amd64/66501/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/66501/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -88,7 +94,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.5.1 2021-06-25 -> [Download](https://desktop.docker.com/win/stable/amd64/66090/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/66090/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -104,7 +114,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.5.0 2021-06-23 -> [Download](https://desktop.docker.com/win/stable/amd64/66024/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/66024/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -138,7 +152,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.4.0 2021-06-09 -> [Download](https://desktop.docker.com/win/stable/amd64/65384/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/65384/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -177,7 +195,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.3 2021-05-06 -> [Download](https://desktop.docker.com/win/stable/amd64/64133/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/64133/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -191,7 +213,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.2 2021-05-03 -> [Download](https://desktop.docker.com/win/stable/amd64/63878/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/63878/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -211,7 +237,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.1 2021-04-15 -> [Download](https://desktop.docker.com/win/stable/amd64/63152/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/63152/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -223,7 +253,11 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.0 2021-04-08 -> [Download](https://desktop.docker.com/win/stable/amd64/62916/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/62916/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -255,7 +289,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.2.2 2021-03-15 -> [Download](https://desktop.docker.com/win/stable/amd64/61853/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/61853/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Bug fixes and minor changes @@ -266,7 +304,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.2.1 2021-03-05 -> [Download](https://desktop.docker.com/win/stable/amd64/61626/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/61626/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -275,7 +317,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.2.0 2021-03-01 -> [Download](https://desktop.docker.com/win/stable/amd64/61504/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/amd64/61504/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -320,7 +366,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.1.0 2021-01-14 -> [Download](https://desktop.docker.com/win/stable/51484/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/51484/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -340,7 +390,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.0.4 2021-01-06 -> [Download](https://desktop.docker.com/win/stable/51218/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/51218/Docker%20Desktop%20Installer.exe){: .accept-eula } ### Upgrades @@ -353,7 +407,11 @@ For developers in IT managed environments, who don’t have administrative acces ## Docker Desktop 3.0.0 2020-12-10 -> [Download](https://desktop.docker.com/win/stable/50684/Docker%20Desktop%20Installer.exe) +> Download Docker Desktop +> +> {%- include eula.md -%} +> +> [Download](https://desktop.docker.com/win/stable/50684/Docker%20Desktop%20Installer.exe){: .accept-eula } ### New @@ -383,3 +441,5 @@ For developers in IT managed environments, who don’t have administrative acces - Building an image with BuildKit from a git URL fails when using the form `github.com/org/repo`. To work around this issue, use the form `git://github.com/org/repo`. - Some DNS addresses fail to resolve within containers based on Alpine Linux 3.13. + +{% include eula-modal.html %} diff --git a/get-started/index.md b/get-started/index.md index 39b2d5262b..f2919282f6 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -80,15 +80,13 @@ We also recommend the video walkthrough from DockerCon 2020. This tutorial assumes you have a current version of Docker installed on your machine. If you do not have Docker installed, choose your preferred operating system below to download Docker: -[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} -[Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn} +[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 .accept-eula } +[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 .accept-eula } +[Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn .accept-eula } [Linux](../engine/install/index.md){: .button .primary-btn} For Docker Desktop installation instructions, see [Install Docker Desktop on Mac](../desktop/mac/install.md) and [Install Docker Desktop on Windows](../desktop/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: @@ -166,3 +164,5 @@ Refer to the following topics for further documentation on all CLI commands used - [docker run](../engine/reference/commandline/run.md) - [docker image](../engine/reference/commandline/image.md) - [docker container](../engine/reference/commandline/container.md) + +{% include eula-modal.html %} diff --git a/js/docs.js b/js/docs.js index fd7b7f0d00..e88c4c19f3 100644 --- a/js/docs.js +++ b/js/docs.js @@ -190,6 +190,14 @@ $(document).ready(function () { }); }); +function initAcceptEULAModal() { + $("main").on("click", "a.accept-eula", function (e) { + e.preventDefault(); + _("#accept-eula .btn-primary").href = e.target.href; + $('#accept-eula').modal('show') + }); +} + function initNavToggle() { $("#menu-toggle").click(function (e) { e.preventDefault(); @@ -208,6 +216,7 @@ function initNavToggle() { ready(() => { renderNav() initNavToggle() + initAcceptEULAModal() $('[data-toggle="tooltip"]').tooltip() // sync tabs with the same data-group @@ -224,5 +233,5 @@ ready(() => { return 'Learn more about the "'+ c + '" Dockerfile command.' }, placement: "auto" - }); + }) });