You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dockercon-us/docker-orchestration/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# Orchestration with Swarm Computing
1
+
# Orchestration with Docker Engine swarm mode
2
2
3
3
> **Difficulty**: Beginner
4
4
5
5
> **Time**: Approximately 40 minutes
6
6
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
8
8
9
9
You will complete the following steps in this lab:
10
10
11
11
-[Deploy a single host application](#deploy-application)
12
-
-[Configure Docker for Swarm Computing](#start-cluster)
12
+
-[Configure Docker with swarm mode](#start-cluster)
13
13
-[Deploy the application across multiple hosts](#multi-application)
14
14
-[Scale the application](#scale-application)
15
15
-[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
46
46
ssh labuser@<public-dns-of-v112node0>
47
47
```
48
48
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.
0 commit comments