Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
- Union mount is a type of a filesystem that can create an illusion of merging contents of several directories into one without modifying its original (physical) sources.
- Union mount or union filesystem is not the filesystem type, but rather a concept with many implementations.
- UnionFS, aufs, OverlayFS, ZFS, and Btrfs are different implementations of union file systems.
- Docker only needs to create thin layer on top of the image and rest of it can be shared between all the containers.
- Union filesystem also provides isolation, because containers have read-only access to the shared image layers.
- LowerDir: Is the directory with read-only image layers separated by colons
- MergedDir: Merged view of all the layers from image and container
- UpperDir: Read-write layer where changes are written
- WorkDir: Working directory used by Linux OverlayFS to prepare merged view