Q. Which command is used to remove unused Docker Compose volumes?
β
Correct Answer: (C)
docker volume prune
Explanation: The 'docker volume prune' command removes unused Docker volumes.