A

Admin • 833.24K Points
Coach

Q. How can you check the health status of a running container?

  • (A) docker health container_name
  • (B) docker inspect container_name
  • (C) docker status container_name
  • (D) docker logs container_name
  • Correct Answer - Option(B)
  • Views: 37
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin

'docker inspect container_name' provides detailed information, including the health status, of a running container.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.