Home > Article > Operation and Maintenance > How to check what versions a docker image has
How to check what versions a docker image has
If you want to check the version and TAG of the image, you need to check it on docker hub
The address is as follows: https://hub.docker.com/r/library/
1. After entering, search in the search box in the upper left corner of the page, for example, search for redis
2. The search is completed as follows: Click on details
3. Click on the tag
##4. Just select the tag you want to pull
##5. For example, pull the redis image with the tag 3.2
For more related tutorials, please pay attention to the
docker tutorialcolumn on the PHP Chinese website.
The above is the detailed content of How to check what versions a docker image has. For more information, please follow other related articles on the PHP Chinese website!