mirror of https://github.com/docker/docs.git
Update end-to-end EE install
This commit is contained in:
parent
6550b42302
commit
52e20a8a5b
|
@ -1535,25 +1535,25 @@ manuals:
|
|||
section:
|
||||
- path: /ee/
|
||||
title: About Docker EE
|
||||
- title: Try Docker EE on the cloud
|
||||
path: https://dockertrial.com
|
||||
- path: /ee/supported-platforms/
|
||||
title: Supported platforms
|
||||
- path: /engine/installation/
|
||||
title: Install Docker EE Engine
|
||||
nosync: true
|
||||
- title: Try Docker EE (no install)
|
||||
path: https://dockertrial.com
|
||||
- path: /ee/telemetry/
|
||||
title: Manage usage data collection
|
||||
- path: /datacenter/install/linux/
|
||||
title: Deploy Docker EE standard on Linux
|
||||
- path: /ee/end-to-end-install/
|
||||
title: Deploy Docker EE standard
|
||||
- path: /ee/backup/
|
||||
title: Backup Docker EE
|
||||
- path: /ee/upgrade/
|
||||
title: Upgrade Docker EE
|
||||
- path: /ee/docker-ee-architecture/
|
||||
title: Docker EE Architecture
|
||||
- path: /ee/telemetry/
|
||||
title: Manage usage data collection
|
||||
- sectiontitle: Docker EE Engine
|
||||
section:
|
||||
- path: /engine/installation/
|
||||
title: Install Docker EE Engine
|
||||
nosync: true
|
||||
- title: Release notes
|
||||
path: /ee/engine/release-notes/
|
||||
- sectiontitle: Universal Control Plane
|
||||
|
|
|
@ -2,18 +2,10 @@
|
|||
title: Deploy Enterprise Edition on Linux servers
|
||||
description: Learn how to get a trial license and install Docker Enterprise Edition.
|
||||
keywords: ucp, dtr, install, orchestration
|
||||
ui_tabs:
|
||||
- version: dee-2.0
|
||||
orhigher: false
|
||||
next_steps:
|
||||
- path: ../ucp/3.0/guides/admin/configure/scale-your-cluster/
|
||||
title: Scale your UCP cluster
|
||||
- path: ../ucp/3.0/guides/user/services/
|
||||
title: Deploy an application
|
||||
redirect_from:
|
||||
- /datacenter/try/
|
||||
- /datacenter/try/
|
||||
- /datacenter/install/linux/
|
||||
---
|
||||
{% if include.version=="dee-2.0" %}
|
||||
|
||||
The best way to try Docker Enterprise Edition for yourself is to get the [30-day
|
||||
trial available at the Docker Store](https://store.docker.com/search?offering=enterprise&type=edition).
|
||||
|
@ -35,7 +27,7 @@ Also, make sure the hosts are running one of these operating systems:
|
|||
* SUSE Linux Enterprise 12
|
||||
* Oracle Linux 7.3
|
||||
|
||||
[Learn more about Docker EE system requirements](../ucp/3.0/guides/admin/install/system-requirements.md).
|
||||
[Learn more about Docker EE system requirements](ucp/admin/install/system-requirements.md).
|
||||
|
||||
## Step 1: Install Docker EE Container Engine
|
||||
|
||||
|
@ -60,10 +52,10 @@ docker container run --rm -it --name ucp \
|
|||
This runs the install command in interactive mode, so that you're prompted
|
||||
for any necessary configuration values.
|
||||
|
||||
[Learn more about the UCP installation](../ucp/3.0/guides/admin/install/index.md).
|
||||
[Learn more about the UCP installation](ucp/admin/install/index.md).
|
||||
|
||||
>**What about Windows?** When you have UCP installed, you can
|
||||
[join Windows worker nodes to a swarm](../ucp/3.0/guides/admin/configure/join-nodes/join-windows-nodes-to-cluster.md).
|
||||
[join Windows worker nodes to a swarm](ucp/admin/configure/join-nodes/join-windows-nodes-to-cluster.md).
|
||||
|
||||
## Step 3: License your installation
|
||||
|
||||
|
@ -71,7 +63,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://store.docker.com/editions/enterprise/docker-ee-trial).
|
||||
|
||||
|
@ -80,12 +72,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
|
||||
|
@ -114,4 +105,7 @@ Where the `--ucp-node` is the hostname of the UCP node where you want to deploy
|
|||
DTR. `--ucp-insecure-tls` tells the installer to trust the certificates used
|
||||
by UCP.
|
||||
|
||||
{% endif %}
|
||||
## Where to go next
|
||||
|
||||
* [Scale your cluster](ucp/admin/configure/join-nodes/index.md)
|
||||
* [Deploy an application](ucp/swarm/index.md)
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue