Final answer:
The correct command to list all images installed locally on a system in Docker is 'docker image ls'.
Step-by-step explanation:
The correct command to list all images installed locally on a system in Docker is:
docker image ls
This command displays a table with information about the images, including their repository, tag, image ID, and size. It provides a comprehensive view of the images available on the local system.