A

Admin • 802.91K Points
Coach

Q. Which command is used to list all running Docker containers?

  • (A) docker ps
  • (B) docker ls
  • (C) docker list
  • (D) docker containers
  • Correct Answer - Option(A)
  • Views: 9
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin
The 'docker ps' command lists all running containers. To list all containers (including stopped ones), use 'docker ps -a'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.