Q. Which command stops and removes all containers defined in a Docker Compose file?
β
Correct Answer: (D)
docker-compose down
Explanation: The 'docker-compose down' command stops and removes all containers defined in the compose file.