mirror of https://github.com/docker/docs.git
Update links to get-started docs (#10430)
This commit is contained in:
parent
fefc750abd
commit
6d1915a928
|
@ -39,8 +39,7 @@ started on any daemon. Docker daemons can participate in a swarm as managers,
|
|||
workers, or both.
|
||||
|
||||
In the same way that you can use [Docker Compose](/compose/) to define and run
|
||||
containers, you can define and run swarm service
|
||||
[stacks](/get-started/part5.md).
|
||||
containers, you can define and run [Swarm service](/engine/swarm/services.md) stacks.
|
||||
|
||||
Keep reading for details about concepts relating to Docker swarm services,
|
||||
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.
|
||||
|
||||
## 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).
|
||||
|
|
|
@ -162,8 +162,6 @@ version.
|
|||
|
||||
## Next steps
|
||||
|
||||
- On Linux:
|
||||
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
- Continue with the [User Guide](/engine/userguide/index.md).
|
||||
- On macOS:
|
||||
- Continue with the [User Guide](/get-started/index.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.
|
||||
- Review the topics in [Develop with Docker](/develop/index.md) to learn how to build new applications using Docker.
|
||||
|
|
|
@ -267,6 +267,5 @@ You must delete any edited configuration files manually.
|
|||
|
||||
## Next steps
|
||||
|
||||
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
|
||||
- Continue with the [User Guide](/get-started/index.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.
|
||||
|
|
|
@ -293,7 +293,5 @@ You must delete any edited configuration files manually.
|
|||
|
||||
## Next steps
|
||||
|
||||
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
|
||||
- Continue with the [User Guide](/get-started/index.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.
|
||||
|
|
|
@ -267,6 +267,5 @@ You must delete any edited configuration files manually.
|
|||
|
||||
## Next steps
|
||||
|
||||
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
|
||||
- Continue with the [User Guide](/get-started/index.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.
|
||||
|
|
|
@ -330,6 +330,5 @@ You must delete any edited configuration files manually.
|
|||
|
||||
## Next steps
|
||||
|
||||
- Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
|
||||
- Continue with the [User Guide](/get-started/index.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.
|
||||
|
|
|
@ -502,4 +502,5 @@ and a 10% overall performance degradation, even if Docker is not running.
|
|||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue