Q. Which of the following commands can be used to list the running Docker containers?
β
Correct Answer: (B)
docker ps
Explanation: 'docker ps' is used to list all running Docker containers.