From 78775476781430d6d09efea75324206dec9516f0 Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Sat, 22 Jan 2022 12:25:58 -0500 Subject: [PATCH] Add content for Docker (#1039) Add a description and resources for Docker. However, Docker is a big topic and could probably use some more information. --- .../content/118-containerization/100-docker.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/118-containerization/100-docker.md b/content/roadmaps/101-backend/content/118-containerization/100-docker.md index 687140836..dc37fc5fc 100644 --- a/content/roadmaps/101-backend/content/118-containerization/100-docker.md +++ b/content/roadmaps/101-backend/content/118-containerization/100-docker.md @@ -1 +1,8 @@ -# Docker \ No newline at end of file +# Docker + +Docker is a platform for working with containerized applications. Among its features are a daemon and client for managing and interacting with containers, registries for storing images, and a desktop application to package all these features together. + +Free Content +Docker Documentation +What is Docker | AWS +Docker Tutorial