Q. Which of the following options is correct about Docker images?
β
Correct Answer: (A)
Docker images are immutable and cannot be modified once created
Explanation: Docker images are immutable and cannot be modified once created. If changes are needed, a new image must be built.