mirror of https://github.com/docker/docs.git
Merge pull request #17401 from ChrisChinchilla/chrisward/scout-compare-cli
Make Scout compare command consistent with release cycle and other changes
This commit is contained in:
commit
0006eb16bd
|
@ -1,9 +1,9 @@
|
|||
command: docker scout compare
|
||||
short: '[early preview] Compare two images and display differences'
|
||||
short: '[experimental] Compare two images and display differences'
|
||||
long: |-
|
||||
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
|
||||
> This command is **experimental** and its behaviour might change in the future
|
||||
|
||||
The main usage is to compare two versions of the same image.
|
||||
For instance when a new image is built and compared to the version running in production.
|
||||
|
|
Loading…
Reference in New Issue