Q. What is the purpose of the 'docker-compose down' command?
β
Correct Answer: (A)
To stop and remove containers, networks, and volumes defined in a docker-compose.yml file
Explanation: The 'docker-compose down' command stops and removes containers, networks, and volumes defined in the 'docker-compose.yml' file.