What is Docker image?
What is Docker image?
A Docker image is a read-only template that contains a set of instructions for creating a Docker container. It includes everything needed to run an application, such as the application code, libraries, dependencies, and the runtime environment. Docker images are composed of multiple layers, each representing a specific modification to the file system, such as adding or modifying files. These layers are immutable, meaning once they are created, they cannot be changed. Instead, new layers can be added on top to create a new image version[1][2][3][4][5].
Key characteristics of Docker images include:
junior
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào