From 4b1c22ec44a1c9a0b1ea482dfe3f88589a2007d7 Mon Sep 17 00:00:00 2001 From: rajalakshmi Vaidyanathan Date: Wed, 4 Aug 2021 22:42:39 +0530 Subject: [PATCH] Sos level102 containers - Fixed broken link (#112) * SOS level102 Containerization and Orchestration * Typos and links fixed. Minor rephrasing work done * Fixed broken links Co-authored-by: rajalakshmi Vaidyanathan --- .../containerization_with_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/level102/containerization_and_orchestration/containerization_with_docker.md b/courses/level102/containerization_and_orchestration/containerization_with_docker.md index 013b592..0bc23ff 100644 --- a/courses/level102/containerization_and_orchestration/containerization_with_docker.md +++ b/courses/level102/containerization_and_orchestration/containerization_with_docker.md @@ -97,4 +97,4 @@ Docker networks facilitate the interaction between containers running on the sam Apart from images, containers and networks, Docker also provides the option to create and mount volumes within containers. Generally, data within docker containers is non-persistent i.e once you kill the container the data is lost. Volumes are used for storing persistent data in containers. This [KataKoda lab](https://www.katacoda.com/courses/docker/persisting-data-using-volumes) is a great place to start playing with volumes. -[In the next section](https://linkedin.github.io/school-of-sre/orchestration_with_kubernetes/) we see how container deployments are orchestrated with Kubernetes. +[In the next section](https://linkedin.github.io/school-of-sre/level102/containerization_and_orchestration/orchestration_with_kubernetes/) we see how container deployments are orchestrated with Kubernetes.