in Docker by

How can you see all images available on your local machine?

a) docker show images

b) docker list images

c) docker images

d) docker img

1 Answer

0 votes
by
c) docker images

Explanation:

The docker images command lists all images available locally.
...