If you want to check the version number TAG of the image, you need to check it on docker hub
The address is as follows: https://hub.docker.com
After entering, search for
in the search box in the upper left corner of the page. Taking nginx as an example:
##The search is completed as follows: Click to enter details Click on the tag Select the tag you want to pullFor example, pull the tag 1.15.5 nginx mirror# docker pull nginx:1.15.5 1.15.5: Pulling from library/nginx f17d81b4b692: Pull complete d5c237920c39: Pull complete a381f92f36de: Pull complete Digest: sha256:b73f527d86e3461fd652f62cf47e7b375196063bbbd503e853af5be16597cb2e Status: Downloaded newer image for nginx:1.15.5
docker tutorial column on the PHP Chinese website.
The above is the detailed content of How to check the version number of docker image. For more information, please follow other related articles on the PHP Chinese website!