Q. Which flag is used with 'docker-compose up' to rebuild images?
β
Correct Answer: (A)
--build
Explanation: Using the '--build' flag with 'docker-compose up' rebuilds the images before starting the services.