0 votes
in Docker by
What is the purpose of Docker inspect?

A) To view detailed information about a Docker object

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Solution:A

Explanation: Docker inspect is a command for viewing detailed information about a Docker object, such as a container, image, or network. It provides a JSON representation of the object’s configuration, which can be useful for troubleshooting and debugging.

Related questions

0 votes
asked Jun 30, 2022 in Docker by sharadyadav1986
0 votes
asked Apr 23 in Docker by john ganales
...