From 6d1915a928ca76480946e3de3c186ac4419b2b2a Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:46:54 +0000 Subject: [PATCH] Update links to get-started docs (#10430) --- engine/swarm/key-concepts.md | 8 ++++---- install/linux/docker-ce/binaries.md | 8 +++----- install/linux/docker-ce/centos.md | 5 ++--- install/linux/docker-ce/debian.md | 6 ++---- install/linux/docker-ce/fedora.md | 5 ++--- install/linux/docker-ce/ubuntu.md | 5 ++--- install/linux/linux-postinstall.md | 3 ++- 7 files changed, 17 insertions(+), 23 deletions(-) diff --git a/engine/swarm/key-concepts.md b/engine/swarm/key-concepts.md index 8b6f4f581c..f72939fa94 100644 --- a/engine/swarm/key-concepts.md +++ b/engine/swarm/key-concepts.md @@ -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). diff --git a/install/linux/docker-ce/binaries.md b/install/linux/docker-ce/binaries.md index 245bf96600..1a49722f7d 100644 --- a/install/linux/docker-ce/binaries.md +++ b/install/linux/docker-ce/binaries.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. diff --git a/install/linux/docker-ce/centos.md b/install/linux/docker-ce/centos.md index 50ed624bcf..9f2b69fdd6 100644 --- a/install/linux/docker-ce/centos.md +++ b/install/linux/docker-ce/centos.md @@ -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. diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index 51850273b5..1ebb89bf25 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -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. diff --git a/install/linux/docker-ce/fedora.md b/install/linux/docker-ce/fedora.md index 80740b45d3..bc31bd55fd 100644 --- a/install/linux/docker-ce/fedora.md +++ b/install/linux/docker-ce/fedora.md @@ -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. diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index eb9d694e79..d55a0798a8 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -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. diff --git a/install/linux/linux-postinstall.md b/install/linux/linux-postinstall.md index 649c852163..92a7f0257c 100644 --- a/install/linux/linux-postinstall.md +++ b/install/linux/linux-postinstall.md @@ -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.