Q. What is the purpose of the 'build' section in a Docker Compose file?
β
Correct Answer: (A)
To define how a service is built
Explanation: The 'build' section in a Docker Compose file specifies how a service should be built from a Dockerfile.