October 2018
Beginner
232 pages
7h 52m
English
To pull an image down from the Docker Hub, you can use the docker pull command. An example of this command would be pulling down the nginx image by running the following:
docker pull nginx
This will result in an output similar to the one shown in the following screenshot:

We can then check to make sure that this image is available by running the docker images command:

Read now
Unlock full access