Abstract
- Docker uses a layered filesystem to manage Docker Image. Each layer represents an incremental change, allowing us to cache modifications at each layer
Important
The layers can be reused among different docker images.
Nov 20, 2024
Nov 19, 2024
Nov 18, 2024
34 words, 1 min read
Last updated on Oct 16, 2024
🌟 Edit This Page! 🗓️ History
Important
The layers can be reused among different docker images.