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