Q. Which command is used to list all Docker images on the local machine?
β
Correct Answer: (A)
docker images
Explanation: The 'docker images' command lists all Docker images stored locally.