mirror of https://github.com/docker/docs.git
commit
0b00bfb067
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
|
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue