Q. Which of the following Docker commands is used to remove a specific image?
β
Correct Answer: (B)
docker rmi image_name
Explanation: 'docker rmi image_name' is used to remove a specific Docker image.