mirror of https://github.com/docker/docs.git
Bump ee version (#221)
This commit is contained in:
parent
a8c5e8c816
commit
3de302c121
|
@ -35,11 +35,11 @@ Install the Docker Enterprise Edition container engine on all hosts you want to
|
|||
|
||||
> Access Docker EE for Beta testing
|
||||
>
|
||||
> For the Beta release, install Docker EE version 17.06.1-ee-1-rc1. The
|
||||
> For the Beta release, install Docker EE version 17.06.1-ee-1-rc4. The
|
||||
> packages are available in the `test` channel of the Docker Store repo,
|
||||
> and your Beta license gives you access to this channel. For Windows
|
||||
> worker nodes, download the zip archive at
|
||||
> [download.docker.com](https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc1.zip).
|
||||
> [download.docker.com](https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc4.zip).
|
||||
|
||||
### Step 2: Install Universal Control Plane
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ UCP.
|
|||
> Access Docker EE for Beta testing
|
||||
>
|
||||
> For Beta testing, install the binaries in the zip archive at
|
||||
> [download.docker.com](https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc1.zip),
|
||||
> [download.docker.com](https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc4.zip),
|
||||
> because you need version 17.06-ee or higher to join a UCP swarm.
|
||||
|
||||
## Configure the Windows node
|
||||
|
|
|
@ -26,11 +26,11 @@ Docker EE.
|
|||
|
||||
> Access Docker EE for Beta testing
|
||||
>
|
||||
> For the Beta release, install Docker EE version 17.06.1-ee-1-rc1. The
|
||||
> For the Beta release, install Docker EE version 17.06.1-ee-1-rc4. The
|
||||
> packages are available in the `test` channel of the Docker Store repo,
|
||||
> and your Beta license gives you access to this channel. For Windows
|
||||
> worker nodes, download the zip archive at
|
||||
> [download.docker.com](https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc1.zip).
|
||||
> [download.docker.com](https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc4.zip).
|
||||
|
||||
Make sure you install the same Docker EE version on all the nodes. Also,
|
||||
if you're creating virtual machine templates with Docker EE already
|
||||
|
|
|
@ -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.06/docker-17.06.1-ee-1-rc1.zip
|
||||
PS> invoke-webrequest -UseBasicparsing -Outfile docker.zip https://download.docker.com/components/engine/windows-server/17.06/docker-17.06.1-ee-1-rc4.zip
|
||||
```
|
||||
|
||||
2. Copy the zip file to the machine where you want to install Docker. In a
|
||||
|
|
Loading…
Reference in New Issue