mirror of https://github.com/docker/docs.git
Update repo images
This commit is contained in:
parent
3d30bfc230
commit
25bbd737b2
Binary file not shown.
After Width: | Height: | Size: 637 KiB |
Binary file not shown.
After Width: | Height: | Size: 682 KiB |
|
@ -74,7 +74,7 @@ To view the Docker Security Scanning results:
|
|||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
|
|
@ -104,11 +104,15 @@ see the [organizations documentation](/docker-hub/orgs.md).
|
|||
Docker Hub's repository "Tags" view shows you the available tags and the size
|
||||
of the associated image.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
To edit tags, click on Manage Repository or find your repository under *Repositories*:
|
||||
|
||||

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