A

Admin • 833.24K Points
Coach

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
  • Correct Answer - Option(A)
  • Views: 35
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.