Q. What is the purpose of the 'docker-compose build' command?
β
Correct Answer: (B)
To build Docker images defined in a docker-compose.yml file
Explanation: The 'docker-compose build' command builds Docker images as defined in the 'docker-compose.yml' file.