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