mirror of https://github.com/docker/docs.git
Updated e-2-e install
This commit is contained in:
parent
c2d2c97bf9
commit
dfeff27d45
|
@ -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-<n> 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.
|
||||
|
||||
{: .with-border}
|
||||
{: .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.
|
||||
|
||||
{: .with-border}
|
||||
{: .with-border}
|
||||
|
||||
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
|
||||
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:
|
||||
|
||||
* [Docker EE Engine](/ee/supported-platforms.md) version 18.09.0-ee-8;
|
||||
values of `n` in the `-ee-<n>` 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue