mirror of https://github.com/docker/docs.git
commit
29aefd29e4
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
|
||||
|
||||
Each of the images in the Official Images is scanned for vulnerabilities. The results of
|
||||
these security scans provide valuable information about which images contain
|
||||
security vulnerabilities, and allow you to choose images that align with your
|
||||
security standards.
|
||||
Each of the images in the Official Images is scanned for vulnerabilities. The
|
||||
results of these security scans provide valuable information about which images
|
||||
contain security vulnerabilities, and allow you to choose images that align with
|
||||
your security standards.
|
||||
|
||||
To view the Docker Security Scanning results:
|
||||
|
||||
1. Make sure you're logged in to Docker Hub.
|
||||
You can view Official Images even while logged out, however the scan results are only available once you log in.
|
||||
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.
|
||||
1. Make sure you're logged in to Docker Hub. You can view Official Images even
|
||||
while logged out, however the scan results are only available once you log
|
||||
in.
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
Docker Hub's repository "Tags" view shows you the available tags and the size
|
||||
of the associated image.
|
||||
Docker Hub's individual repositories view shows you the available tags and the
|
||||
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
|
||||
images. This is also the disk space used by the contents of the .tar file created
|
||||
when you `docker save` an image.
|
||||
images. This is also the disk space used by the contents of the .tar file
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue