Update links to get-started docs (#10430)

This commit is contained in:
Usha Mandya 2020-03-11 09:46:54 +00:00 committed by GitHub
parent fefc750abd
commit 6d1915a928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 23 deletions

View File

@ -39,8 +39,7 @@ started on any daemon. Docker daemons can participate in a swarm as managers,
workers, or both. workers, or both.
In the same way that you can use [Docker Compose](/compose/) to define and run In the same way that you can use [Docker Compose](/compose/) to define and run
containers, you can define and run swarm service containers, you can define and run [Swarm service](/engine/swarm/services.md) stacks.
[stacks](/get-started/part5.md).
Keep reading for details about concepts relating to Docker swarm services, Keep reading for details about concepts relating to Docker swarm services,
including nodes, services, tasks, and load balancing. including nodes, services, tasks, and load balancing.
@ -107,5 +106,6 @@ distribute requests among services within the cluster based upon the DNS name of
the service. the service.
## What's next? ## What's next?
* Read the [swarm mode overview](index.md).
* Get started with the [swarm mode tutorial](swarm-tutorial/index.md). * Read the [Swarm mode overview](index.md).
* Get started with the [Swarm mode tutorial](swarm-tutorial/index.md).

View File

@ -162,8 +162,6 @@ version.
## Next steps ## Next steps
- On Linux: - Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md).
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) - Take a look at the [Get started](/get-started/index.md) training modules to learn how to build an image and run it as a containerized application.
- Continue with the [User Guide](/engine/userguide/index.md). - Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.
- On macOS:
- Continue with the [User Guide](/get-started/index.md).

View File

@ -267,6 +267,5 @@ You must delete any edited configuration files manually.
## Next steps ## Next steps
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) - Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md).
- Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.
- Continue with the [User Guide](/get-started/index.md).

View File

@ -293,7 +293,5 @@ You must delete any edited configuration files manually.
## Next steps ## Next steps
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) - Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md).
- Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.
- Continue with the [User Guide](/get-started/index.md).

View File

@ -267,6 +267,5 @@ You must delete any edited configuration files manually.
## Next steps ## Next steps
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) - Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md).
- Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.
- Continue with the [User Guide](/get-started/index.md).

View File

@ -330,6 +330,5 @@ You must delete any edited configuration files manually.
## Next steps ## Next steps
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) - Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md).
- Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.
- Continue with the [User Guide](/get-started/index.md).

View File

@ -502,4 +502,5 @@ and a 10% overall performance degradation, even if Docker is not running.
## Next steps ## Next steps
- Continue with the [User Guide](/get-started/index.md). - Take a look at the [Get started](/get-started/index.md) training modules to learn how to build an image and run it as a containerized application.
- Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.