πŸ“Š Docker
Q. Which of the following options is correct about Docker images?
  • (A) Docker images are immutable and cannot be modified once created
  • (B) Docker images are ephemeral and get deleted once the container is stopped
  • (C) Docker images are temporary storage areas for containers
  • (D) Docker images are used to store container logs
πŸ’¬ Discuss
βœ… 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.

Explanation by: Shiva Ram
Docker images are immutable and cannot be modified once created. If changes are needed, a new image must be built.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
98%
Success Rate