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