📽️ Subscribe: http://bit.ly/2UnOdgi
🖥️ Become a VIP member: https://bit.ly/3dItQU9
👂 Podcast: https://podcast.ausha.co/xavki/
In Docker, layers are an important feature of building and managing container images. Each Docker image is composed of layers, each representing a modification of the base image.
When you create a Docker image, each command in your Dockerfile creates a new layer. For example, if you use the "RUN" command to install a library into your image, it will create a new layer that contains that library.
Layers are stored on disk as tar files and are organised as a linear chain. When you run a container from an image, Docker assembles the layers of the image to create a read-only file system that is mounted read-write for the container.
The layers are also designed to be reusable, which means that multiple images can share common layers. For example, if you have two images that are based on the same base image and have common layers for installing libraries, these layers will only be stored once on disk.
This makes image storage more efficient and saves disk space. Layers can also be cached to speed up image building and container creation.
Docker code: https://gitlab.com/xavki/docker-v2
#docker #devops #opensource
Summary of over 1500 videos:
on github: https://bit.ly/2P5x8Xj
on gitlab : https://bit.ly/2BvYouO
➡️ ➡️ You want to encourage me like the video, comment on it and subscribe! 😃
Translated with www.DeepL.com/Translator (free version)
Watch video What are Docker layers? online without registration, duration hours minute second in high quality. This video was added by user xavki 11 April 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,204 once and liked it 254 people.