Q. What is the purpose of the 'docker-compose logs --follow' command?
β
Correct Answer: (A)
To follow the logs of services in real-time
Explanation: The 'docker-compose logs --follow' command follows the logs of services defined in the 'docker-compose.yml' file in real-time.