Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (2.3k points)
how will you search for docker images?

1 Answer

0 votes
by (6.9k points)

It's really very simple, assuming you have docker installed on your system just type in:

$ docker images

or

$ docker image ls

This should list down all the images that are present in your system.

But if you want search for a specific docker image you can use this command

$ docker images | grep "name_of_docker_image" 

Hope this helped :)


Find it tough to get into learning docker? Looking for professionals to train you ? Take up docker training course. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...