Q. What is the purpose of the 'docker-compose config --services' command?
- A. To list all services defined in a docker-compose.yml file
- B. To validate the docker-compose.yml file
- C. To display the configuration of services
- D. To list all containers
Correct Answer: A