Q. What command would you use to remove a Docker image?
β
Correct Answer: (B)
docker rmi image_name
Explanation: The 'docker rmi' command is used to remove a Docker image from the local machine.