mirror of https://github.com/docker/docs.git
Update download url for zip (#192)
This commit is contained in:
parent
72353b5d69
commit
627a0eff78
|
@ -61,7 +61,7 @@ that has a connection.
|
||||||
|
|
||||||
```ps
|
```ps
|
||||||
# On an online machine, download the zip file.
|
# 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
|
2. Copy the zip file to the machine where you want to install Docker. In a
|
||||||
|
|
Loading…
Reference in New Issue