A

Admin • 833.24K Points
Coach

Q. How can you view the processes running inside a Docker container?

  • (A) docker ps
  • (B) docker process
  • (C) docker exec -it container_name ps
  • (D) docker inspect container_name
  • Correct Answer - Option(C)
  • Views: 44
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin

'docker exec -it container_name ps' is used to view the processes running inside a container.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.