diff --git a/ee/end-to-end-install.md b/ee/end-to-end-install.md index 4c7379146c..def8911379 100644 --- a/ee/end-to-end-install.md +++ b/ee/end-to-end-install.md @@ -10,21 +10,16 @@ redirect_from: The best way to try Docker Enterprise Edition for yourself is to get the [30-day trial available at the Docker hub](https://hub.docker.com/editions/enterprise/docker-ee-trial/trial). -Once you get your trial license, you can install Docker EE on your -Linux servers. Make sure all the hosts you want to manage with Docker -EE have a minimum of: +Once you get your trial license, you can install Docker Enterprise's Universal +Control Plane and Docker Trusted Regsitry on Linux Servers, Windows Servers +can be used as Universal Control Plane Worker Nodes. -* [Docker Enterprise Edition](/engine/installation/index.md) 17.06.2-ee-8. -Values of n in the -ee- suffix must be 8 or higher -* Linux kernel version 3.10 or higher -* 4.00 GB of RAM -* 3.00 GB of available disk space +Learn more about the Universal Control Plane's system requirements +[here](ucp/admin/install/system-requirements.md). Also, make sure the hosts are +running one of the supported operating systems from Docker Enterprise's +[Compatibility Matrix](https://success.docker.com/article/compatibility-matrix). -Also, make sure the hosts are running one of the supported operating systems from the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix). - -[Learn more about Docker EE system requirements](ucp/admin/install/system-requirements.md). - -## Step 1: Install Docker EE Container Engine +## Step 1: Install Docker Enterprise Container Engine [Select a platform](/ee/supported-platforms) and click through to install the Docker Enterprise Edition container engine on all hosts you want to manage. @@ -58,7 +53,7 @@ Now that UCP is installed, you need to license it. In your browser, navigate to the UCP web UI, log in with your administrator credentials and upload your license. -![UCP login page](images/try-ddc-1.png){: .with-border} +![UCP login page](images/try-ee-1.png){: .with-border} [Get a free trial license if you don't have one](https://hub.docker.com/editions/enterprise/docker-ee-trial). @@ -67,11 +62,11 @@ license. Join more nodes so that you can manage them from UCP. Go to the UCP web UI and navigate to the **Nodes** page. -![Nodes page](images/try-ddc-2.png){: .with-border} +![Nodes page](images/try-ee-2.png){: .with-border} Click the **Add Node button** to add a new node. -![Add node page](images/try-ddc-3.png){: .with-border} +![Add node page](images/try-ee-3.png){: .with-border} Check **Add node as a manager** to join the node as a manager to provide replication and make UCP highly available. For a highly available diff --git a/ee/images/try-ddc-1.png b/ee/images/try-ddc-1.png deleted file mode 100644 index e53149b17a..0000000000 Binary files a/ee/images/try-ddc-1.png and /dev/null differ diff --git a/ee/images/try-ddc-2.png b/ee/images/try-ddc-2.png deleted file mode 100644 index 0b00904607..0000000000 Binary files a/ee/images/try-ddc-2.png and /dev/null differ diff --git a/ee/images/try-ddc-3.png b/ee/images/try-ddc-3.png deleted file mode 100644 index d6237294b9..0000000000 Binary files a/ee/images/try-ddc-3.png and /dev/null differ diff --git a/ee/images/try-ee-1.png b/ee/images/try-ee-1.png new file mode 100644 index 0000000000..7604618570 Binary files /dev/null and b/ee/images/try-ee-1.png differ diff --git a/ee/images/try-ee-2.png b/ee/images/try-ee-2.png new file mode 100644 index 0000000000..d3261ea958 Binary files /dev/null and b/ee/images/try-ee-2.png differ diff --git a/ee/images/try-ee-3.png b/ee/images/try-ee-3.png new file mode 100644 index 0000000000..aff6547812 Binary files /dev/null and b/ee/images/try-ee-3.png differ diff --git a/ee/ucp/admin/install/system-requirements.md b/ee/ucp/admin/install/system-requirements.md index c8163adf9a..3822c99c2c 100644 --- a/ee/ucp/admin/install/system-requirements.md +++ b/ee/ucp/admin/install/system-requirements.md @@ -13,8 +13,7 @@ Before installing, be sure your infrastructure has these requirements. You can install UCP on-premises or on a cloud provider. Common requirements: -* [Docker EE Engine](/ee/supported-platforms.md) version 18.09.0-ee-8; - values of `n` in the `-ee-` suffix must be 8 or higher +* [Docker EE Engine](/ee/supported-platforms.md) version {{ site.docker_ee_version }} * Linux kernel version 3.10 or higher * A static IP address @@ -22,6 +21,7 @@ You can install UCP on-premises or on a cloud provider. Common requirements: * 8GB of RAM for manager nodes * 4GB of RAM for worker nodes +* 2 vCPUs for manager nodes * 4GB of free disk space for the `/var` partition for manager nodes * 500MB of free disk space for the `/var` partition for worker nodes