Skip to content

Commit 3864d79

Browse files
committed
Update ToC and add redirects
1 parent 7988267 commit 3864d79

File tree

2 files changed

+29
-64
lines changed

2 files changed

+29
-64
lines changed

Diff for: _data/toc.yaml

-64
Original file line numberDiff line numberDiff line change
@@ -1410,70 +1410,6 @@ manuals:
14101410
title: VMware vSphere
14111411
- path: /machine/migrate-to-machine/
14121412
title: Migrate from Boot2Docker to Machine
1413-
- sectiontitle: Docker Swarm (standalone)
1414-
section:
1415-
- path: /swarm/overview/
1416-
title: Swarm overview
1417-
- path: /swarm/get-swarm/
1418-
title: How to get Swarm
1419-
- path: /swarm/release-notes/
1420-
title: Release notes
1421-
- path: /swarm/install-w-machine/
1422-
title: Evaluate Swarm in a sandbox
1423-
- path: /swarm/plan-for-production/
1424-
title: Plan for Swarm in production
1425-
- path: /swarm/install-manual/
1426-
title: Build a Swarm cluster for production
1427-
- sectiontitle: Try Swarm at scale
1428-
section:
1429-
- path: /swarm/swarm_at_scale/about/
1430-
title: Learn the application architecture
1431-
- path: /swarm/swarm_at_scale/deploy-infra/
1432-
title: Deploy application infrastructure
1433-
- path: /swarm/swarm_at_scale/deploy-app/
1434-
title: Deploy the application
1435-
- path: /swarm/swarm_at_scale/troubleshoot/
1436-
title: Troubleshoot the application
1437-
- path: /swarm/multi-manager-setup/
1438-
title: High availability in Swarm
1439-
- path: /swarm/networking/
1440-
title: Swarm and container networks
1441-
- path: /swarm/multi-host-networking/
1442-
title: Multi-host networking
1443-
- path: /swarm/discovery/
1444-
title: Discovery
1445-
- path: /swarm/provision-with-machine/
1446-
title: Provision with Machine
1447-
- sectiontitle: Scheduling
1448-
section:
1449-
- path: /swarm/scheduler/filter/
1450-
title: Filters
1451-
- path: /swarm/scheduler/rescheduling/
1452-
title: Rescheduling
1453-
- path: /swarm/scheduler/strategy/
1454-
title: Strategies
1455-
- path: /swarm/secure-swarm-tls/
1456-
title: Overview Docker Swarm with TLS
1457-
- path: /swarm/configure-tls/
1458-
title: Configure Docker Swarm for TLS
1459-
- sectiontitle: Command line reference
1460-
section:
1461-
- path: /swarm/reference/create/
1462-
title: create
1463-
- path: /swarm/reference/help/
1464-
title: help
1465-
- path: /swarm/reference/join/
1466-
title: join
1467-
- path: /swarm/reference/list/
1468-
title: list
1469-
- path: /swarm/reference/manage/
1470-
title: manage
1471-
- path: /swarm/reference/swarm/
1472-
title: swarm
1473-
- path: /swarm/status-code-comparison-to-docker/
1474-
title: API response codes
1475-
- path: /swarm/swarm-api/
1476-
title: Docker Swarm API
14771413
- sectiontitle: Docker Toolbox (legacy)
14781414
section:
14791415
- path: /toolbox/overview/

Diff for: engine/swarm/index.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22
description: Docker Engine swarm mode overview
33
keywords: docker, container, cluster, swarm
44
title: Swarm mode overview
5+
redirect_from:
6+
- /swarm/overview/
7+
- /swarm/get-swarm/
8+
- /swarm/release-notes/
9+
- /swarm/install-w-machine/
10+
- /swarm/plan-for-production/
11+
- /swarm/install-manual/
12+
- /swarm/swarm_at_scale/about/
13+
- /swarm/swarm_at_scale/deploy-infra/
14+
- /swarm/swarm_at_scale/deploy-app/
15+
- /swarm/swarm_at_scale/troubleshoot/
16+
- /swarm/multi-manager-setup/
17+
- /swarm/networking/
18+
- /swarm/multi-host-networking/
19+
- /swarm/discovery/
20+
- /swarm/provision-with-machine/
21+
- /swarm/scheduler/filter/
22+
- /swarm/scheduler/rescheduling/
23+
- /swarm/scheduler/strategy/
24+
- /swarm/secure-swarm-tls/
25+
- /swarm/configure-tls/
26+
- /swarm/reference/create/
27+
- /swarm/reference/help/
28+
- /swarm/reference/join/
29+
- /swarm/reference/list/
30+
- /swarm/reference/manage/
31+
- /swarm/reference/swarm/
32+
- /swarm/status-code-comparison-to-docker/
33+
- /swarm/swarm-api/
534
---
635

736
To use Docker in swarm mode, install Docker. See

0 commit comments

Comments
 (0)