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