Merge pull request #10129 from Dawn-Wood/move-cluster

Move cluster
This commit is contained in:
Dawn-Docker Enterprise 2020-01-10 08:43:13 -08:00 committed by GitHub
commit 0b00bfb067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 63 additions and 63 deletions

View File

@ -1596,17 +1596,17 @@ manuals:
path: /ee/get-support/
- sectiontitle: Docker Cluster
section:
- path: /cluster/
- path: /ee/cluster/
title: Overview
- path: /cluster/release-notes/
- path: /ee/cluster/release-notes/
title: Release notes
- path: /cluster/aws/
- path: /ee/cluster/aws/
title: Docker Cluster on AWS
- path: /cluster/azure/
- path: /ee/cluster/azure/
title: Docker Cluster on Azure
- path: /cluster/cluster-file/
- path: /ee/cluster/cluster-file/
title: Cluster file structure
- path: /cluster/reference/envvars/
- path: /ee/cluster/reference/envvars/
title: Environment variables
- sectiontitle: Docker Engine - Enterprise
section:

View File

@ -391,4 +391,4 @@ All provisioned resources are destroyed and the context for the cluster is remov
- View the quick start guide for [Azure](azure.md) or [vSphere](vsphere.md)
- [Explore the full list of Cluster commands](/engine/reference/commandline/cluster/)
- [Cluster configuration file reference](./cluster-file.md)
- [Cluster configuration file reference](/ee/cluster-file.md)

View File

@ -403,4 +403,4 @@ When the cluster has reached end-of-life, run `docker cluster rm quickstart`
## Where to go next
- [Explore the full list of Cluster commands](./reference/index.md)
- [Cluster configuration file reference](./cluster-file/index.md)
- [Cluster configuration file reference](/ee/cluster-file/index.md)

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -74,5 +74,5 @@ docker container rm dci
- [Get started with Docker Cluster on AWS](aws.md)
- [Command line reference](/engine/reference/commandline/cluster/)
- [Cluster file reference](./cluster-file.md)
- [Cluster file reference](/ee/cluster-file.md)