0 votes
in Docker by
What is the purpose of Docker image history?

A) To view the history of a Docker image

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Solution:A

Explanation: Docker image history is a command for viewing the history of a Docker image, including the commands that were run to create the image and the layers that were added It can be useful for understanding how an image was created and identifying potential security vulnerabilities.

Related questions

+2 votes
asked Aug 15, 2020 in DevOps by RShastri
0 votes
asked Apr 23 in Docker by john ganales
...