Q. Which command is used to remove a Docker image?
β
Correct Answer: (A)
docker rmi
Explanation: The 'docker rmi' command is used to remove a Docker image from the local machine.