From 96ba631ea23aa553c4d9440db931ab4072516954 Mon Sep 17 00:00:00 2001 From: Sonia M <98415819+letscode-17@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:59:54 +0530 Subject: [PATCH] Updated the repos. I have added useful docker resources to this repository to help learners to get started with using Docker. It will help them to understand the fundamentals and build their knowledge so that they can start creating powerful containerized applications. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4520e04..95d462d 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ void qSort(int[] a, int fromInclusive, int toInclusive) { #### [[⬆]](#toc) DevOps: * What is *Blue-green Deployment*, *Canary release*, *A/B testing*? [link](https://www.javacodegeeks.com/2016/02/blue-green-deployment.html) -* What is *Docker*? +* What is *Docker*? [link](https://docs.docker.com/get-started/overview/) #### [[⬆]](#toc) QA: * What is *unit test*? (A test that purely tests a single unit of functionality)