From 32e8cfafecd428a3a58cf500e82a70469002e768 Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Mon, 8 Aug 2022 00:55:49 +0700
Subject: [PATCH] Resources added for Docker (#1417)
---
.../content/105-infrastructure-as-code/100-docker.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-docker.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-docker.md
index 687140836..2352df0dc 100644
--- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-docker.md
+++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/100-docker.md
@@ -1 +1,9 @@
-# Docker
\ No newline at end of file
+# Docker
+
+Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime. Using Docker, you can quickly deploy and scale applications into any environment and know your code will run.
+
+Free Content
+Docker Website
+Docker Documentation
+Docker Tutorial for Beginners
+Docker Full Course for Beginners