R

Rakesh Kumar • 28.44K Points
Instructor II

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: 17
  • Filed under category Docker

Explanation by: Rakesh Kumar
'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.


Question analytics