From 1bbadc5d3ac57f321a0f6fd507dd002accd563f2 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Thu, 8 Mar 2018 16:24:57 +0800 Subject: [PATCH] Update about.md --- swarm/swarm_at_scale/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/swarm_at_scale/about.md b/swarm/swarm_at_scale/about.md index 5377a2a6ee..056384e042 100644 --- a/swarm/swarm_at_scale/about.md +++ b/swarm/swarm_at_scale/about.md @@ -6,7 +6,7 @@ keywords: docker, swarm, scale, voting, application, architecture title: Learn the application architecture --- -On this page, you learn about the Swarm at scale example. Make sure you have +On this page, you learn about the Swarm at scale example. Make sure you have read through [the introduction](index.md) to get an idea of the skills and time required first. @@ -54,7 +54,7 @@ The application's Dockerized microservices are deployed to a container network. Container networks are a feature of Docker Engine that allows communication between multiple containers across multiple Docker hosts. -## Swarm Cluster Architecture +## Swarm cluster architecture To support the application, the design calls for a Swarm cluster with a single Swarm manager and four nodes as shown below.