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