What is a Docker image?
17 October 2023 (Updated 18 November 2023)
On this page
In a nutshell
Docker images are the basis of containers. An image is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime.
An image usually contains a union of layered filesystems stacked on top of each other.
Docker uses a copy-on-write technique with a union file system for both images and containers to optimise resource usage and performance.
Sources
Tagged:
Docker
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment