Beginner
Docker & Containers
Q2 / 100
What is a Docker image?
Correct! Well done.
Incorrect.
The correct answer is B) A read-only template containing instructions for creating a container, including the application code, libraries, and dependencies
B
Correct Answer
A read-only template containing instructions for creating a container, including the application code, libraries, and dependencies
Explanation
An image is the immutable blueprint from which one or more containers can be created; the container is the running instance of that image.
Progress
2/100