mirror of https://github.com/docker/docs.git
commit
0b00bfb067
|
|
@ -1596,17 +1596,17 @@ manuals:
|
||||||
path: /ee/get-support/
|
path: /ee/get-support/
|
||||||
- sectiontitle: Docker Cluster
|
- sectiontitle: Docker Cluster
|
||||||
section:
|
section:
|
||||||
- path: /cluster/
|
- path: /ee/cluster/
|
||||||
title: Overview
|
title: Overview
|
||||||
- path: /cluster/release-notes/
|
- path: /ee/cluster/release-notes/
|
||||||
title: Release notes
|
title: Release notes
|
||||||
- path: /cluster/aws/
|
- path: /ee/cluster/aws/
|
||||||
title: Docker Cluster on AWS
|
title: Docker Cluster on AWS
|
||||||
- path: /cluster/azure/
|
- path: /ee/cluster/azure/
|
||||||
title: Docker Cluster on Azure
|
title: Docker Cluster on Azure
|
||||||
- path: /cluster/cluster-file/
|
- path: /ee/cluster/cluster-file/
|
||||||
title: Cluster file structure
|
title: Cluster file structure
|
||||||
- path: /cluster/reference/envvars/
|
- path: /ee/cluster/reference/envvars/
|
||||||
title: Environment variables
|
title: Environment variables
|
||||||
- sectiontitle: Docker Engine - Enterprise
|
- sectiontitle: Docker Engine - Enterprise
|
||||||
section:
|
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)
|
- View the quick start guide for [Azure](azure.md) or [vSphere](vsphere.md)
|
||||||
- [Explore the full list of Cluster commands](/engine/reference/commandline/cluster/)
|
- [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
|
## Where to go next
|
||||||
|
|
||||||
- [Explore the full list of Cluster commands](./reference/index.md)
|
- [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)
|
- [Get started with Docker Cluster on AWS](aws.md)
|
||||||
- [Command line reference](/engine/reference/commandline/cluster/)
|
- [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