mirror of https://github.com/docker/docs.git
small fixes
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
This commit is contained in:
parent
ab957ffbc2
commit
79c26e0b78
|
@ -1,7 +1,7 @@
|
|||
command: docker scout compare
|
||||
short: '[early preview] Compare two images and display differences'
|
||||
long: |-
|
||||
The `docker scout compare` command analyzes two images and display a comparison of both.
|
||||
The `docker scout compare` command analyzes two images and displays a comparison of both.
|
||||
|
||||
> This command is in **early preview** and its behaviour might change in the future
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ command: docker scout quickview
|
|||
short: Quick overview of an image
|
||||
long: |-
|
||||
The `docker scout quickview` command displays a quick overview of an image.
|
||||
It displays a summary of the vulnerabilities in the image and the one specifically in the base image.
|
||||
It displays a summary of the vulnerabilities in the image and the vulnerabilities from the base image.
|
||||
If available it also displays base image refresh and update recommendations.
|
||||
usage: docker scout quickview IMAGE|DIRECTORY|ARCHIVE
|
||||
pname: docker scout
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
command: docker scout sbom
|
||||
short: Generate or display SBOM of an image
|
||||
long: |-
|
||||
The `docker scout sbom` command analyzes a software artifact to generate the corresponding Software Bill Of Materials - SBOM.
|
||||
The `docker scout sbom` command analyzes a software artifact to generate the corresponding Software Bill Of Materials (SBOM).
|
||||
|
||||
The SBOM can be used to list all packages, or the ones from a specific type (as dep, maven, etc).
|
||||
|
||||
|
|
Loading…
Reference in New Issue