Q. Which command is used to list all running services in Docker Compose?
β
Correct Answer: (A)
docker-compose ps
Explanation: The 'docker-compose ps' command lists all running services in a Docker Compose setup.