mirror of https://github.com/docker/docs.git
Update ToC and add redirects
This commit is contained in:
parent
7988267c4c
commit
3864d792fd
|
@ -1410,70 +1410,6 @@ manuals:
|
||||||
title: VMware vSphere
|
title: VMware vSphere
|
||||||
- path: /machine/migrate-to-machine/
|
- path: /machine/migrate-to-machine/
|
||||||
title: Migrate from Boot2Docker to Machine
|
title: Migrate from Boot2Docker to Machine
|
||||||
- sectiontitle: Docker Swarm (standalone)
|
|
||||||
section:
|
|
||||||
- path: /swarm/overview/
|
|
||||||
title: Swarm overview
|
|
||||||
- path: /swarm/get-swarm/
|
|
||||||
title: How to get Swarm
|
|
||||||
- path: /swarm/release-notes/
|
|
||||||
title: Release notes
|
|
||||||
- path: /swarm/install-w-machine/
|
|
||||||
title: Evaluate Swarm in a sandbox
|
|
||||||
- path: /swarm/plan-for-production/
|
|
||||||
title: Plan for Swarm in production
|
|
||||||
- path: /swarm/install-manual/
|
|
||||||
title: Build a Swarm cluster for production
|
|
||||||
- sectiontitle: Try Swarm at scale
|
|
||||||
section:
|
|
||||||
- path: /swarm/swarm_at_scale/about/
|
|
||||||
title: Learn the application architecture
|
|
||||||
- path: /swarm/swarm_at_scale/deploy-infra/
|
|
||||||
title: Deploy application infrastructure
|
|
||||||
- path: /swarm/swarm_at_scale/deploy-app/
|
|
||||||
title: Deploy the application
|
|
||||||
- path: /swarm/swarm_at_scale/troubleshoot/
|
|
||||||
title: Troubleshoot the application
|
|
||||||
- path: /swarm/multi-manager-setup/
|
|
||||||
title: High availability in Swarm
|
|
||||||
- path: /swarm/networking/
|
|
||||||
title: Swarm and container networks
|
|
||||||
- path: /swarm/multi-host-networking/
|
|
||||||
title: Multi-host networking
|
|
||||||
- path: /swarm/discovery/
|
|
||||||
title: Discovery
|
|
||||||
- path: /swarm/provision-with-machine/
|
|
||||||
title: Provision with Machine
|
|
||||||
- sectiontitle: Scheduling
|
|
||||||
section:
|
|
||||||
- path: /swarm/scheduler/filter/
|
|
||||||
title: Filters
|
|
||||||
- path: /swarm/scheduler/rescheduling/
|
|
||||||
title: Rescheduling
|
|
||||||
- path: /swarm/scheduler/strategy/
|
|
||||||
title: Strategies
|
|
||||||
- path: /swarm/secure-swarm-tls/
|
|
||||||
title: Overview Docker Swarm with TLS
|
|
||||||
- path: /swarm/configure-tls/
|
|
||||||
title: Configure Docker Swarm for TLS
|
|
||||||
- sectiontitle: Command line reference
|
|
||||||
section:
|
|
||||||
- path: /swarm/reference/create/
|
|
||||||
title: create
|
|
||||||
- path: /swarm/reference/help/
|
|
||||||
title: help
|
|
||||||
- path: /swarm/reference/join/
|
|
||||||
title: join
|
|
||||||
- path: /swarm/reference/list/
|
|
||||||
title: list
|
|
||||||
- path: /swarm/reference/manage/
|
|
||||||
title: manage
|
|
||||||
- path: /swarm/reference/swarm/
|
|
||||||
title: swarm
|
|
||||||
- path: /swarm/status-code-comparison-to-docker/
|
|
||||||
title: API response codes
|
|
||||||
- path: /swarm/swarm-api/
|
|
||||||
title: Docker Swarm API
|
|
||||||
- sectiontitle: Docker Toolbox (legacy)
|
- sectiontitle: Docker Toolbox (legacy)
|
||||||
section:
|
section:
|
||||||
- path: /toolbox/overview/
|
- path: /toolbox/overview/
|
||||||
|
|
|
@ -2,6 +2,35 @@
|
||||||
description: Docker Engine swarm mode overview
|
description: Docker Engine swarm mode overview
|
||||||
keywords: docker, container, cluster, swarm
|
keywords: docker, container, cluster, swarm
|
||||||
title: Swarm mode overview
|
title: Swarm mode overview
|
||||||
|
redirect_from:
|
||||||
|
- /swarm/overview/
|
||||||
|
- /swarm/get-swarm/
|
||||||
|
- /swarm/release-notes/
|
||||||
|
- /swarm/install-w-machine/
|
||||||
|
- /swarm/plan-for-production/
|
||||||
|
- /swarm/install-manual/
|
||||||
|
- /swarm/swarm_at_scale/about/
|
||||||
|
- /swarm/swarm_at_scale/deploy-infra/
|
||||||
|
- /swarm/swarm_at_scale/deploy-app/
|
||||||
|
- /swarm/swarm_at_scale/troubleshoot/
|
||||||
|
- /swarm/multi-manager-setup/
|
||||||
|
- /swarm/networking/
|
||||||
|
- /swarm/multi-host-networking/
|
||||||
|
- /swarm/discovery/
|
||||||
|
- /swarm/provision-with-machine/
|
||||||
|
- /swarm/scheduler/filter/
|
||||||
|
- /swarm/scheduler/rescheduling/
|
||||||
|
- /swarm/scheduler/strategy/
|
||||||
|
- /swarm/secure-swarm-tls/
|
||||||
|
- /swarm/configure-tls/
|
||||||
|
- /swarm/reference/create/
|
||||||
|
- /swarm/reference/help/
|
||||||
|
- /swarm/reference/join/
|
||||||
|
- /swarm/reference/list/
|
||||||
|
- /swarm/reference/manage/
|
||||||
|
- /swarm/reference/swarm/
|
||||||
|
- /swarm/status-code-comparison-to-docker/
|
||||||
|
- /swarm/swarm-api/
|
||||||
---
|
---
|
||||||
|
|
||||||
To use Docker in swarm mode, install Docker. See
|
To use Docker in swarm mode, install Docker. See
|
||||||
|
|
Loading…
Reference in New Issue