Q. What does the 'docker-compose up' command do?
β
Correct Answer: (A)
Starts the services defined in a docker-compose.yml file
Explanation: 'docker-compose up' starts the services defined in a 'docker-compose.yml' file.