mirror of https://github.com/docker/docs.git
92 lines
2.9 KiB
YAML
92 lines
2.9 KiB
YAML
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 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
|
|
plink: docker_scout.yaml
|
|
options:
|
|
- option: debug
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Debug messages
|
|
deprecated: false
|
|
hidden: true
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: output
|
|
shorthand: o
|
|
value_type: string
|
|
description: Write the report to a file.
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: platform
|
|
value_type: string
|
|
description: Platform of image to analyze
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: ref
|
|
value_type: string
|
|
description: |-
|
|
Reference to use if the provided tarball contains multiple references.
|
|
Can only be used with --type archive.
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: type
|
|
value_type: string
|
|
default_value: image
|
|
description: |-
|
|
Type of the image to analyze. Can be one of:
|
|
- image
|
|
- oci-dir
|
|
- archive (docker save tarball)
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
examples: |-
|
|
### Quick overview of an image
|
|
|
|
```console
|
|
$ docker scout quickview golang:1.19.4
|
|
...Pulling
|
|
✓ Pulled
|
|
✓ SBOM of image already cached, 278 packages indexed
|
|
|
|
Your image golang:1.19.4 │ 5C 3H 6M 63L
|
|
Base image buildpack-deps:bullseye-scm │ 5C 1H 3M 48L 6?
|
|
Refreshed base image buildpack-deps:bullseye-scm │ 0C 0H 0M 42L
|
|
│ -5 -1 -3 -6 -6
|
|
Updated base image buildpack-deps:sid-scm │ 0C 0H 1M 29L
|
|
│ -5 -1 -2 -19 -6
|
|
|
|
│ Know more about vulnerabilities:
|
|
│ docker scout cves golang:1.19.4
|
|
│ Know more about base image update recommendations:
|
|
│ docker scout recommendations golang:1.19.4
|
|
```
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|