From 3de302c1218cf51f1a43a1f09e930256e095abbf Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Mon, 14 Aug 2017 10:20:36 -0700 Subject: [PATCH] Bump ee version (#221) --- datacenter/install/linux.md | 4 ++-- .../2.2/guides/admin/configure/join-windows-worker-nodes.md | 2 +- datacenter/ucp/2.2/guides/admin/install/index.md | 4 ++-- engine/installation/windows/docker-ee.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/datacenter/install/linux.md b/datacenter/install/linux.md index 12b2b35853..74a80dd75f 100644 --- a/datacenter/install/linux.md +++ b/datacenter/install/linux.md @@ -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 diff --git a/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md b/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md index 4f47697d0d..d690f07c5e 100644 --- a/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md +++ b/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md @@ -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 diff --git a/datacenter/ucp/2.2/guides/admin/install/index.md b/datacenter/ucp/2.2/guides/admin/install/index.md index f10e9af220..f6a8685ca9 100644 --- a/datacenter/ucp/2.2/guides/admin/install/index.md +++ b/datacenter/ucp/2.2/guides/admin/install/index.md @@ -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 diff --git a/engine/installation/windows/docker-ee.md b/engine/installation/windows/docker-ee.md index 2da90ec451..92a28cede3 100644 --- a/engine/installation/windows/docker-ee.md +++ b/engine/installation/windows/docker-ee.md @@ -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