Q. What is the purpose of the 'docker-compose config --services' command?
β
Correct Answer: (A)
To list all services defined in a docker-compose.yml file
Explanation: The 'docker-compose config --services' command lists all services defined in the 'docker-compose.yml' file.