Skip to content

Commit 74efd9a

Browse files
authored
update "swarm computing" to "swarm mode"
1 parent f31342e commit 74efd9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dockercon-us/docker-orchestration/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Orchestration with Swarm Computing
1+
# Orchestration with Docker Engine swarm mode
22

33
> **Difficulty**: Beginner
44
55
> **Time**: Approximately 40 minutes
66
7-
In this lab you will deploy a Dockerized application to a single host and test the application. You will then configure Docker for Swarm Computing and deploy the same app across multiple hosts. You will then see how to scale the application and move the workload across different hosts
7+
In this lab you will deploy a Dockerized application to a single host and test the application. You will then configure Docker swarm mode and deploy the same app across multiple hosts. You will then see how to scale the application and move the workload across different hosts
88

99
You will complete the following steps in this lab:
1010

1111
- [Deploy a single host application](#deploy-application)
12-
- [Configure Docker for Swarm Computing](#start-cluster)
12+
- [Configure Docker with swarm mode](#start-cluster)
1313
- [Deploy the application across multiple hosts](#multi-application)
1414
- [Scale the application](#scale-application)
1515
- [Drain a node and reschedule the containers](#recover-application)
@@ -46,7 +46,7 @@ The application you will deploy is the `cats` application. It is a simple 1-cont
4646
ssh labuser@<public-dns-of-v112node0>
4747
```
4848

49-
2. Verify that Docker is running. This lab is based on a pre-release version of Docker Engine 1.12 so that we can show you the latest Swarm features. We are running version `1.12.0-rc1` on these VMs.
49+
2. Verify that Docker is running. This lab is based on a pre-release version of Docker Engine 1.12 so that we can show you the latest orchestration features. We are running version `1.12.0-rc1` on these VMs.
5050

5151
```bash
5252
labuser@v112node0:~$ docker version

0 commit comments

Comments
 (0)