computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
995 B
13 lines
995 B
# Containers |
|
|
|
Containers are a construct in which cgroups, namespaces, and chroot are used to fully encapsulate and isolate a process. This encapsulated process, called a container image, shares the kernel of the host with other containers, allowing containers to be significantly smaller and faster than virtual machines. |
|
|
|
These images are designed for portability, allowing for full local testing of a static image, and easy deployment to a container management platform. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [@article@What are Containers?](https://cloud.google.com/learn/what-are-containers) |
|
- [@article@What is a Container?](https://www.docker.com/resources/what-container/) |
|
- [@video@What are Containers?](https://www.youtube.com/playlist?list=PLawsLZMfND4nz-WDBZIj8-nbzGFD4S9oz) |
|
- [@article@Articles about Containers - The New Stack](https://thenewstack.io/category/containers/) |
|
- [@feed@Explore top posts about Containers](https://app.daily.dev/tags/containers?ref=roadmapsh)
|
|
|