Back

Explore Courses Blog Tutorials Interview Questions
0 votes
5 views
in DevOps and Agile by (2.3k points)
How can I pull a docker image from dockerhub?

1 Answer

0 votes
by (6.9k points)

You will first have to find out the correct name of the image you want to pull from dockerhub.

Then use this command:

$ docker pull <name of the image>

Hope this helped :)


Want to become more adept at the docker tool? want to get certified? make sure to check out docker training course.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Mar 20, 2020 in DevOps and Agile by chandra (29.3k points)
+1 vote
1 answer

Browse Categories

...