From 19e15adfa4fee228301f3327a4e6c98b5f35c7dc Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Tue, 1 Aug 2017 10:30:05 -0700 Subject: [PATCH] Update download url for zip (#192) --- engine/installation/windows/docker-ee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/windows/docker-ee.md b/engine/installation/windows/docker-ee.md index ec8f7e56ff5..2da90ec4512 100644 --- a/engine/installation/windows/docker-ee.md +++ b/engine/installation/windows/docker-ee.md @@ -61,7 +61,7 @@ that has a connection. ```ps # On an online machine, download the zip file. - PS> invoke-webrequest -UseBasicparsing -Outfile docker.zip https://download.docker.com/components/engine/windows-server/17.03/docker-17.03.0-ee.zip + PS> invoke-webrequest -UseBasicparsing -Outfile docker.zip https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc1.zip ``` 2. Copy the zip file to the machine where you want to install Docker. In a