mirror of https://github.com/docker/docs.git
TOC changes for Cluster (#1131)
This commit is contained in:
parent
9d7f9646d9
commit
db2a60c183
|
@ -1310,9 +1310,23 @@ manuals:
|
|||
title: Docker Enterprise Architecture
|
||||
- path: /ee/supported-platforms/
|
||||
title: Supported platforms
|
||||
nosync: true
|
||||
- path: /ee/end-to-end-install/
|
||||
title: Deploy Docker Enterprise
|
||||
nosync: true
|
||||
- sectiontitle: Deploy Docker Enterprise
|
||||
section:
|
||||
- sectiontitle: Docker Cluster
|
||||
section:
|
||||
- path: /cluster/overview/
|
||||
title: Overview
|
||||
- path: /cluster/aws/
|
||||
title: Docker Cluster on AWS
|
||||
- path: /cluster/cluster-file/
|
||||
title: Cluster file structure
|
||||
- path: /cluster/reference/
|
||||
title: Subcommands
|
||||
- path: /cluster/reference/envvars/
|
||||
title: Environment variables
|
||||
- path: /ee/end-to-end-install/
|
||||
title: Install components individually
|
||||
- sectiontitle: Back up Docker Enterprise
|
||||
section:
|
||||
- path: /ee/admin/backup/
|
||||
|
@ -1323,6 +1337,8 @@ manuals:
|
|||
title: Back up UCP
|
||||
- path: /ee/admin/backup/back-up-dtr/
|
||||
title: Back up DTR
|
||||
- path: /cluster/reference/backup/
|
||||
title: Back up clusters with Docker Cluster
|
||||
- sectiontitle: Restore Docker Enterprise
|
||||
section:
|
||||
- path: /ee/admin/restore/
|
||||
|
@ -1333,12 +1349,36 @@ manuals:
|
|||
title: Restore UCP
|
||||
- path: /ee/admin/restore/restore-dtr/
|
||||
title: Restore DTR
|
||||
- path: /cluster/reference/restore/
|
||||
title: Restore clusters with Docker Cluster
|
||||
- sectiontitle: Disaster Recovery
|
||||
section:
|
||||
- path: /ee/admin/disaster-recovery/
|
||||
title: Overview
|
||||
- path: /ee/upgrade/
|
||||
title: Upgrade Docker Enterprise
|
||||
- sectiontitle: Docker Cluster
|
||||
section:
|
||||
- path: /cluster/overview/
|
||||
title: Overview
|
||||
- path: /cluster/aws/
|
||||
title: Docker Cluster on AWS
|
||||
- path: /cluster/cluster-file/
|
||||
title: Cluster file structure
|
||||
- path: /cluster/reference/
|
||||
title: Subcommands
|
||||
- path: /cluster/reference/envvars/
|
||||
title: Environment variables
|
||||
- path: /cluster/reference/ls/
|
||||
title: List clusters
|
||||
- path: /cluster/reference/inspect/
|
||||
title: Inspect clusters
|
||||
- path: /cluster/reference/update/
|
||||
title: Update clusters
|
||||
- path: /cluster/reference/remove/
|
||||
title: Remove clusters
|
||||
- path: /cluster/reference/version/
|
||||
title: Version information
|
||||
- path: /ee/telemetry/
|
||||
title: Manage usage data collection
|
||||
- sectiontitle: Docker Engine - Enterprise
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
title: Deploy Enterprise Edition on Linux servers
|
||||
description: Learn how to get a trial license and install Docker Enterprise Edition.
|
||||
title: Install individual Docker Enterprise components on Linux servers
|
||||
description: Learn how to get a trial license and install Docker Enterprise.
|
||||
keywords: ucp, dtr, install, orchestration
|
||||
redirect_from:
|
||||
- /datacenter/try/
|
||||
- /datacenter/install/linux/
|
||||
---
|
||||
|
||||
The best way to try Docker Enterprise Edition for yourself is to get the [30-day
|
||||
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 Enterprise's Universal
|
||||
|
@ -22,7 +22,7 @@ running one of the supported operating systems from Docker Enterprise's
|
|||
## 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.
|
||||
Docker Enterprise container engine on all hosts you want to manage.
|
||||
|
||||
## Step 2: Install Universal Control Plane
|
||||
|
||||
|
|
Loading…
Reference in New Issue