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