Q. Which command is used to start services defined in a Docker Compose file?
β
Correct Answer: (C)
docker-compose up
Explanation: The 'docker-compose up' command starts services defined in the compose file.