Q. What is the purpose of the 'docker-compose up' command?
β
Correct Answer: (B)
To start containers defined in a docker-compose.yml file
Explanation: The 'docker-compose up' command starts and runs the containers defined in the 'docker-compose.yml' file.