From c16e968c5e08b0251b24e9abe97575d0819de4ba Mon Sep 17 00:00:00 2001 From: Clayton Moss <40371796+clm0ss@users.noreply.github.com> Date: Thu, 12 Nov 2020 20:13:44 -0600 Subject: [PATCH] Update README.md Update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba63fe..d357106 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Web version can be found here: [DCA website](https://evalle.github.io/DCA/) - [Add networks, publish ports](https://docs.docker.com/network/) - [Mount volumes](https://docs.docker.com/storage/volumes/) - [Describe and demonstrate how to run replicated and global services](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/#replicated-and-global-services) -- [Apply node labels to demonstrate placement of tasks](https://success.docker.com/article/using-contraints-and-labels-to-control-the-placement-of-containers) +- [Apply node labels to demonstrate placement of tasks](https://success.mirantis.com/article/using-contraints-and-labels-to-control-the-placement-of-containers) - [Describe and demonstrate how to use templates with “docker service create”](https://docs.docker.com/engine/reference/commandline/service_create/#create-services-using-templates) - [Identify the steps needed to troubleshoot a service not deploying](https://success.docker.com/article/swarm-troubleshooting-methodology) - [Describe how a Dockerized application communicates with legacy systems](https://docs.docker.com/config/containers/container-networking/)