Q. Which command is used to check the status of all services in Docker Compose?
β
Correct Answer: (C)
docker-compose ps
Explanation: The 'docker-compose ps' command shows the status of all services in a Docker Compose setup.