mirror of https://github.com/docker/docs.git
Adding tag information and new images
Signed-off-by: Adrian Plata <adrian.plata@docker.com> Adding tag information and new images Signed-off-by: Adrian Plata <adrian.plata@docker.com>
This commit is contained in:
parent
750287332f
commit
e8cc48e6b5
Binary file not shown.
|
After Width: | Height: | Size: 477 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 377 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 273 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 243 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 282 KiB |
|
|
@ -62,19 +62,28 @@ these efforts.
|
||||||
|
|
||||||
## Official Image Vulnerability Scanning
|
## Official Image Vulnerability Scanning
|
||||||
|
|
||||||
Each of the images in the Official Images is scanned for vulnerabilities. The results of
|
Each of the images in the Official Images is scanned for vulnerabilities. The
|
||||||
these security scans provide valuable information about which images contain
|
results of these security scans provide valuable information about which images
|
||||||
security vulnerabilities, and allow you to choose images that align with your
|
contain security vulnerabilities, and allow you to choose images that align with
|
||||||
security standards.
|
your security standards.
|
||||||
|
|
||||||
To view the Docker Security Scanning results:
|
To view the Docker Security Scanning results:
|
||||||
|
|
||||||
1. Make sure you're logged in to Docker Hub.
|
1. Make sure you're logged in to Docker Hub. You can view Official Images even
|
||||||
You can view Official Images even while logged out, however the scan results are only available once you log in.
|
while logged out, however the scan results are only available once you log
|
||||||
2. Navigate to the repository of the Official Image whose security scan you want to view.
|
in.
|
||||||
3. Click the `Tags` tab to see a list of tags and their security scan summaries.
|
|
||||||
|
2. Navigate to the repository of the Official Image whose security scan you want
|
||||||
|
to view.
|
||||||
|
|
||||||
|
3. Click the `Tags` tab to see a list of tags. and their security scan summaries.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Click on a tag to see the image's security scan summary.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
You can click into a tag's detail page to see more information about which
|
You can click into a tag's detail page to see more information about which
|
||||||
layers in the image and which components within the layer are vulnerable.
|
layers in the image and which components within the layer are vulnerable.
|
||||||
|
|
|
||||||
|
|
@ -101,18 +101,23 @@ see the [organizations documentation](/docker-hub/orgs.md).
|
||||||
|
|
||||||
## Viewing repository tags
|
## Viewing repository tags
|
||||||
|
|
||||||
Docker Hub's repository "Tags" view shows you the available tags and the size
|
Docker Hub's individual repositories view shows you the available tags and the
|
||||||
of the associated image.
|
size of the associated image. Go to the "Repositories" view and click on a
|
||||||
|
repository to see its tags.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Image sizes are the cumulative space taken up by the image and all its parent
|
Image sizes are the cumulative space taken up by the image and all its parent
|
||||||
images. This is also the disk space used by the contents of the .tar file created
|
images. This is also the disk space used by the contents of the .tar file
|
||||||
when you `docker save` an image.
|
created when you `docker save` an image.
|
||||||
|
|
||||||
To edit tags, click on Manage Repository or find your repository under *Repositories*:
|
To view tags, click on "Tags" tab and then select a tag to view.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Searching for Repositories
|
## Searching for Repositories
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue