Docker Image Commands

$docker image ls
This command list the docker images available
$docker image ls [option]
Available options are:
– -all, -a : Show all images
– -filter, -f : Filter output based on condition provided
– -quiet, -q : Only show numeric IDs
– -no-trunc: dont truncate output

Read more about various other Docker Commands in the links below: