зеркало из https://github.com/docker/labs.git
Update README.md
Thanks for your tutorials, I just fixed a typo: on *your desktop.
This commit is contained in:
Родитель
2398ce99fe
Коммит
3226101a63
|
@ -1,5 +1,5 @@
|
|||
# Docker Swarm Tutorial
|
||||
> **Note:** This tutorial uses Docker Machine to simulate multiple machines on you desktop. There's an easier way to learn swarm mode, and that is using [Play with Docker](http://training.play-with-docker.com/swarm-mode-intro/). This tutorial is preserved for legacy reasons, and also in case you really want to learn to do this on your own machine.
|
||||
> **Note:** This tutorial uses Docker Machine to simulate multiple machines on your desktop. There's an easier way to learn swarm mode, and that is using [Play with Docker](http://training.play-with-docker.com/swarm-mode-intro/). This tutorial is preserved for legacy reasons, and also in case you really want to learn to do this on your own machine.
|
||||
|
||||
Docker includes swarm mode for natively managing a cluster of Docker Engines called a swarm. You can use the Docker CLI to create a swarm, deploy application services to a swarm, and manage swarm behavior. This tutorial uses [Docker Machine](https://docs.docker.com/machine/) to create multiple nodes on your desktop. If you prefer you can create those nodes in your own cloud or on multiple machines.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче