зеркало из https://github.com/docker/labs.git
correcting links to the bash scripts
This commit is contained in:
Родитель
615f952a6e
Коммит
5098a61c68
|
@ -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 and manage multiple remote Docker hosts
|
||||||
* Provision Swarm clusters
|
* 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
|
This first step creates three machines, and names the machines manager1, manager2, and manager3
|
||||||
```
|
```
|
||||||
|
@ -338,7 +338,7 @@ web
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cleanup
|
## 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
|
$ ./swarm-node-vbox-teardown.sh
|
||||||
|
|
Загрузка…
Ссылка в новой задаче