How to pull the docker image to view the version

How to pull the docker image to view the version

To view the version and tag of the image, you need to check it in docker hub

The address is as follows: https://hub.docker.com

After entering, search in the search box in the upper left corner of the page

Take nginx as an example:

The search is completed as follows: Click to enter details

Click on the label

Select the tag you want to pull.

For example, pull the nginx image with tag 1.15.5

# docker pull nginx:1.15.5

1.15.5: Pulling from library/nginx
f17d81b4b692: Pull completed 
d5c237920c39: Pull complete 
a381f92f36de: Pull complete 
Digest: sha256:b73f527d86e3461fd652f62cf47e7b375196063bbbd503e853af5be16597cb2e
Status: Downloaded newer image for nginx:1.15.5

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Docker gets the image and reports an error: docker: Error response from daemon
  • How to view files in Docker image
  • Summary of Docker's commonly used commands for clearing container images
  • How to delete an image in Docker
  • 12 tips to optimize Docker image security

<<:  Analyze MySQL replication and tuning principles and methods

>>:  How to query or obtain images in a private registry

Recommend

Docker-compose image release process analysis of springboot project

Introduction The Docker-Compose project is an off...

Detailed example of MySQL exchange partition

Detailed example of MySQL exchange partition Pref...

About deploying a web project to Alibaba Cloud Server (5 steps to do it)

1. First log in to the Alibaba Cloud website to r...

Use three.js to achieve cool acid style 3D page effects

This article mainly introduces how to use the Rea...

Analysis of the methods of visual structure layout design for children's websites

1. Warm and gentle Related address: http://www.web...

Simplify complex website navigation

<br />Navigation design is one of the main t...

How to build mysql master-slave server on centos7 (graphic tutorial)

This article mainly introduces how to build a MyS...

Example analysis of the use of GROUP_CONCAT in MySQL

This article uses an example to describe how to u...

JS cross-domain XML--with AS URLLoader

Recently, I received a requirement for function ex...

How to set the number of mysql connections (Too many connections)

During the use of mysql, it was found that the nu...

202 Free High Quality XHTML Templates (1)

Here 123WORDPRESS.COM presents the first part of ...

Detailed explanation of how to dynamically set the browser title in Vue

Table of contents nonsense text The first router/...