mirror of https://github.com/docker/docs.git
TOC changes for Cluster (#1131)
This commit is contained in:
parent
9d7f9646d9
commit
db2a60c183
|
@ -1311,8 +1311,22 @@ manuals:
|
||||||
- path: /ee/supported-platforms/
|
- path: /ee/supported-platforms/
|
||||||
title: Supported platforms
|
title: Supported platforms
|
||||||
nosync: true
|
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/
|
- path: /ee/end-to-end-install/
|
||||||
title: Deploy Docker Enterprise
|
title: Install components individually
|
||||||
- sectiontitle: Back up Docker Enterprise
|
- sectiontitle: Back up Docker Enterprise
|
||||||
section:
|
section:
|
||||||
- path: /ee/admin/backup/
|
- path: /ee/admin/backup/
|
||||||
|
@ -1323,6 +1337,8 @@ manuals:
|
||||||
title: Back up UCP
|
title: Back up UCP
|
||||||
- path: /ee/admin/backup/back-up-dtr/
|
- path: /ee/admin/backup/back-up-dtr/
|
||||||
title: Back up DTR
|
title: Back up DTR
|
||||||
|
- path: /cluster/reference/backup/
|
||||||
|
title: Back up clusters with Docker Cluster
|
||||||
- sectiontitle: Restore Docker Enterprise
|
- sectiontitle: Restore Docker Enterprise
|
||||||
section:
|
section:
|
||||||
- path: /ee/admin/restore/
|
- path: /ee/admin/restore/
|
||||||
|
@ -1333,12 +1349,36 @@ manuals:
|
||||||
title: Restore UCP
|
title: Restore UCP
|
||||||
- path: /ee/admin/restore/restore-dtr/
|
- path: /ee/admin/restore/restore-dtr/
|
||||||
title: Restore DTR
|
title: Restore DTR
|
||||||
|
- path: /cluster/reference/restore/
|
||||||
|
title: Restore clusters with Docker Cluster
|
||||||
- sectiontitle: Disaster Recovery
|
- sectiontitle: Disaster Recovery
|
||||||
section:
|
section:
|
||||||
- path: /ee/admin/disaster-recovery/
|
- path: /ee/admin/disaster-recovery/
|
||||||
title: Overview
|
title: Overview
|
||||||
- path: /ee/upgrade/
|
- path: /ee/upgrade/
|
||||||
title: Upgrade Docker Enterprise
|
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/
|
- path: /ee/telemetry/
|
||||||
title: Manage usage data collection
|
title: Manage usage data collection
|
||||||
- sectiontitle: Docker Engine - Enterprise
|
- sectiontitle: Docker Engine - Enterprise
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: Deploy Enterprise Edition on Linux servers
|
title: Install individual Docker Enterprise components on Linux servers
|
||||||
description: Learn how to get a trial license and install Docker Enterprise Edition.
|
description: Learn how to get a trial license and install Docker Enterprise.
|
||||||
keywords: ucp, dtr, install, orchestration
|
keywords: ucp, dtr, install, orchestration
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /datacenter/try/
|
- /datacenter/try/
|
||||||
- /datacenter/install/linux/
|
- /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).
|
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
|
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
|
## Step 1: Install Docker Enterprise 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 container engine on all hosts you want to manage.
|
||||||
|
|
||||||
## Step 2: Install Universal Control Plane
|
## Step 2: Install Universal Control Plane
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue