Q. Which command removes stopped containers, networks, and volumes created by Docker Compose?
β
Correct Answer: (C)
docker-compose down --volumes
Explanation: The 'docker-compose down --volumes' command removes stopped containers, networks, and volumes created by Docker Compose.