mirror of https://github.com/docker/docs.git
Update script install for ee-2 (#4402)
This commit is contained in:
parent
003bcfb864
commit
397c5eb7f3
|
@ -77,7 +77,7 @@ installs, or install on air-gapped systems.
|
|||
|
||||
```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.06/docker-17.06.1-ee-1.zip
|
||||
PS> invoke-webrequest -UseBasicparsing -Outfile docker.zip https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-2.zip
|
||||
```
|
||||
|
||||
2. Copy the zip file to the machine where you want to install Docker. In a
|
||||
|
|
Loading…
Reference in New Issue