Skip to content

Commit 0cf8167

Browse files
committed
removing quickstart as it is duplicative. Renaming beginner to cloud-quick-start
1 parent 1a23b04 commit 0cf8167

File tree

7 files changed

+3
-598
lines changed

7 files changed

+3
-598
lines changed

swarm-mode/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
[Docker Swarm Mode](https://docs.docker.com/engine/swarm/) is a release candidate feature included with Docker Engine 1.12. These tutorials are designed to help you quickly get started testing these new features.
44

55
* [Docker Swarm Mode full tutorial](beginner-tutorial/README.md)
6-
* [Swarm quickstart tutorial](quickstart/README.md)
7-
* [Service deployment on a swarm](beginner/README.md)
6+
* [Service deployment on a swarm in the Cloud](cloud-quick-start/README.md)

swarm-mode/beginner-tutorial/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,5 @@ Successfully removed manager3
382382
```
383383

384384
## Next steps
385-
Next, check out the documentation on [Docker Swarm Mode](https://docs.docker.com/engine/swarm/) for more information.
385+
We have a similar tutorial using Docker Machine to do [Service deployment on a swarm in the Cloud](../cloud-quick-start/README.md).
386+
Also check out the documentation on [Docker Swarm Mode](https://docs.docker.com/engine/swarm/) for more information.

swarm-mode/beginner/README.md

-170
This file was deleted.

0 commit comments

Comments
 (0)