From 5e970a92683eb8ecbc15524f5edca4b925e348e6 Mon Sep 17 00:00:00 2001 From: Olly P Date: Wed, 5 Jun 2019 05:43:26 +0100 Subject: [PATCH] Updated Windows Docker EE Index Link (#8893) Signed-off-by: Olly Pomeroy --- install/windows/docker-ee.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/windows/docker-ee.md b/install/windows/docker-ee.md index 31f53e3abb..9f8a7fcf99 100644 --- a/install/windows/docker-ee.md +++ b/install/windows/docker-ee.md @@ -148,7 +148,7 @@ manually, via a script, or on air-gapped systems. ``` If you need to download a specific Docker EE Engine release, all URLs can be - found on this [JSON index](https://download.docker.com/components/engine/windows-server/index.json) + found on this [JSON index](https://dockermsft.blob.core.windows.net/dockercontainer/DockerMsftIndex.json) 2. Copy the zip file to the machine where you want to install Docker. In a PowerShell command prompt, use the following commands to extract the archive, @@ -222,7 +222,7 @@ To update Docker Engine - Enterprise to the most recent release, specify the ```powershell Install-Package -Name docker -ProviderName DockerMsftProvider -RequiredVersion {{ site.docker_ee_version }} -Update -Force ``` -The required version number must match a versions available on the [JSON +The required version number must match a version available on the [JSON index](https://dockermsft.blob.core.windows.net/dockercontainer/DockerMsftIndex.json) ## Uninstall Docker EE