mirror of https://github.com/docker/docs.git
Merge pull request #8046 from ollypom/endtoendinstall
Updated Docker Enterprise End to End Install Docs
This commit is contained in:
commit
31e351ed0a
|
|
@ -10,21 +10,16 @@ redirect_from:
|
||||||
The best way to try Docker Enterprise Edition for yourself is to get the [30-day
|
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).
|
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
|
Once you get your trial license, you can install Docker Enterprise's Universal
|
||||||
Linux servers. Make sure all the hosts you want to manage with Docker
|
Control Plane and Docker Trusted Regsitry on Linux Servers. Windows Servers
|
||||||
EE have a minimum of:
|
can only be used as Universal Control Plane Worker Nodes.
|
||||||
|
|
||||||
* [Docker Enterprise Edition](/engine/installation/index.md) 17.06.2-ee-8.
|
Learn more about the Universal Control Plane's system requirements
|
||||||
Values of n in the -ee-<n> suffix must be 8 or higher
|
[here](ucp/admin/install/system-requirements.md). Also, make sure the hosts are
|
||||||
* Linux kernel version 3.10 or higher
|
running one of the supported operating systems from Docker Enterprise's
|
||||||
* 4.00 GB of RAM
|
[Compatibility Matrix](https://success.docker.com/article/compatibility-matrix).
|
||||||
* 3.00 GB of available disk space
|
|
||||||
|
|
||||||
Also, make sure the hosts are running one of the supported operating systems from the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix).
|
## Step 1: Install Docker Enterprise Container Engine
|
||||||
|
|
||||||
[Learn more about Docker EE system requirements](ucp/admin/install/system-requirements.md).
|
|
||||||
|
|
||||||
## Step 1: Install Docker EE Container Engine
|
|
||||||
|
|
||||||
[Select a platform](/ee/supported-platforms) and click through to install the
|
[Select a platform](/ee/supported-platforms) and click through to install the
|
||||||
Docker Enterprise Edition container engine on all hosts you want to manage.
|
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
|
to the UCP web UI, log in with your administrator credentials and upload your
|
||||||
license.
|
license.
|
||||||
|
|
||||||
{: .with-border}
|
{: .with-border}
|
||||||
|
|
||||||
[Get a free trial license if you don't have one](https://hub.docker.com/editions/enterprise/docker-ee-trial).
|
[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.
|
Join more nodes so that you can manage them from UCP.
|
||||||
Go to the UCP web UI and navigate to the **Nodes** page.
|
Go to the UCP web UI and navigate to the **Nodes** page.
|
||||||
|
|
||||||
{: .with-border}
|
{: .with-border}
|
||||||
|
|
||||||
Click the **Add Node button** to add a new node.
|
Click the **Add Node button** to add a new node.
|
||||||
|
|
||||||
{: .with-border}
|
{: .with-border}
|
||||||
|
|
||||||
Check **Add node as a manager** to join the node as a manager
|
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
|
to provide replication and make UCP highly available. For a highly available
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 125 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 121 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
|
|
@ -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:
|
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;
|
* [Docker EE Engine](/ee/supported-platforms.md) version {{ site.docker_ee_version }}
|
||||||
values of `n` in the `-ee-<n>` suffix must be 8 or higher
|
|
||||||
* Linux kernel version 3.10 or higher
|
* Linux kernel version 3.10 or higher
|
||||||
* A static IP address
|
* 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
|
* 8GB of RAM for manager nodes
|
||||||
* 4GB of RAM for worker nodes
|
* 4GB of RAM for worker nodes
|
||||||
|
* 2 vCPUs for manager nodes
|
||||||
* 4GB of free disk space for the `/var` partition 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
|
* 500MB of free disk space for the `/var` partition for worker nodes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue