From 5098a61c68247dd44a679adf531f02f8cca078e3 Mon Sep 17 00:00:00 2001 From: Mano Marks Date: Tue, 23 Aug 2016 16:25:24 -0700 Subject: [PATCH] correcting links to the bash scripts --- swarm-mode/beginner-tutorial/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm-mode/beginner-tutorial/README.md b/swarm-mode/beginner-tutorial/README.md index a3bad90..b86bff0 100644 --- a/swarm-mode/beginner-tutorial/README.md +++ b/swarm-mode/beginner-tutorial/README.md @@ -10,7 +10,7 @@ You need to have Docker and Docker Machine installed on your machine. [Download * Provision and manage multiple remote Docker hosts * Provision Swarm clusters -But it can also be used to create multiple nodes on your local machine. There's a [bash script](labs/swarm-mode/beginner-tutorial/swarm-node.vbox-setup.sh) in this repository that does just that and creates a swarm. Let's walk through the different steps of this script. +But it can also be used to create multiple nodes on your local machine. There's a [bash script](swarm-node.vbox-setup.sh) in this repository that does just that and creates a swarm. Let's walk through the different steps of this script. This first step creates three machines, and names the machines manager1, manager2, and manager3 ``` @@ -338,7 +338,7 @@ web ``` ## Cleanup -There's also a [bash script](labs/swarm-mode/beginner-tutorial/swarm-node.vbox-teardown.sh) that will clean up your machine by removing all the Docker Machines. +There's also a [bash script](swarm-node.vbox-teardown.sh) that will clean up your machine by removing all the Docker Machines. ``` $ ./swarm-node-vbox-teardown.sh