Q. Which Docker command is used to list all images on the local system?
β
Correct Answer: (A)
docker images
Explanation: 'docker images' is used to list all images present on the local system.