G

Gopal Sharma • 38.32K Points
Coach

Q. What is the purpose of the 'docker inspect' command?

  • (A) To view logs of a container
  • (B) To display detailed information about a Docker object
  • (C) To list running containers
  • (D) To build a Docker image

Explanation by: Gopal Sharma
The 'docker inspect' command provides detailed information about Docker objects such as containers, images, volumes, and networks.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.