chore: add resource under docker:introduction:what-are-containers

feat/faves
roadmap bot 1 year ago
parent fbf545c2ed
commit 0612f9c44f
  1. 4
      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 ## 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. 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/)
Loading…
Cancel
Save