Home  >  Article  >  Operation and Maintenance  >  How to check what versions a docker image has

How to check what versions a docker image has

angryTom
angryTomOriginal
2020-03-31 17:22:0932878browse

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

How to check what versions a docker image has

2. The search is completed as follows: Click on details

How to check what versions a docker image has

3. Click on the tag

How to check what versions a docker image has

##4. Just select the tag you want to pull

How to check what versions a docker image has
##5. For example, pull the redis image with the tag 3.2

How to check what versions a docker image hasFor more related tutorials, please pay attention to the

docker tutorial

column 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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn