Q. Which command is used to remove all stopped containers and unused networks?
β
Correct Answer: (A)
docker system prune
Explanation: The 'docker system prune' command removes all stopped containers, unused networks, and dangling images.