Updated Windows Docker EE Index Link (#8893)

Signed-off-by: Olly Pomeroy <olly@docker.com>
This commit is contained in:
Olly P 2019-06-05 05:43:26 +01:00 committed by Dawn W Docker
parent 435f7d560b
commit 5e970a9268
1 changed files with 2 additions and 2 deletions

View File

@ -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