August 2017
Intermediate to advanced
332 pages
9h 16m
English
A lot of applications are provided in the form of Docker images that can be downloaded from the internet. If we knew the image name, then it would be enough to run it in the same way we did with the hello world example. How can we find the desired application image on the Docker Hub?
Let's take MongoDB as an example. If we like to find it on the Docker Hub, we have two options:
In the second case, we can perform the following operation:
$ docker search mongoNAME DESCRIPTION STARS OFFICIAL AUTOMATEDmongo MongoDB document databases provide high av... 2821 [OK] mongo-express Web-based MongoDB admin interface, written... ...
Read now
Unlock full access