How to check the docker image after downloading it

Release: 2020-04-03 15:25:15
Original
4762 people have browsed it

How to check the docker image after downloading it

1. docker images: You can list all the images on this machine

How to check the docker image after downloading it

REPOSITORY: warehouse name.

TAG: used to distinguish different images in the same warehouse.

IMAGE ID: The unique identifier of the image: 64-bit HashID.

CREATED: The creation time of the image.

SIZE: The virtual size occupied by the image. This size includes the size of all shared files.

2. Use the docker inspect command to view image details

docker inspect [NAME]/[CONTAINER ID]: images will only list the basic information of the image. Detailed information can be viewed through the inspect command. :

How to check the docker image after downloading it

For 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 the docker image after downloading it. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!