From 0612f9c44f5524de86bbf543f529f9459daf3a31 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Wed, 14 Jun 2023 03:47:19 +0100 Subject: [PATCH] chore: add resource under docker:introduction:what-are-containers --- .../content/100-introduction/100-what-are-containers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/docker/content/100-introduction/100-what-are-containers.md b/src/data/roadmaps/docker/content/100-introduction/100-what-are-containers.md index 8b572f330..02ac669ee 100644 --- a/src/data/roadmaps/docker/content/100-introduction/100-what-are-containers.md +++ b/src/data/roadmaps/docker/content/100-introduction/100-what-are-containers.md @@ -13,4 +13,6 @@ Unlike traditional virtualization, which emulates a complete operating system wi ## Containers and Docker -Docker is a platform that simplifies the process of creating, deploying, and managing containers. It provides developers and administrators with a set of tools and APIs to manage containerized applications. With Docker, you can build and package application code, libraries, and dependencies into a container image, which can be distributed and run consistently in any environment that supports Docker. \ No newline at end of file +Docker is a platform that simplifies the process of creating, deploying, and managing containers. It provides developers and administrators with a set of tools and APIs to manage containerized applications. With Docker, you can build and package application code, libraries, and dependencies into a container image, which can be distributed and run consistently in any environment that supports Docker. + +- [What is a container?](https://www.docker.com/resources/what-container/) \ No newline at end of file