Merge pull request #18822 from dvdksn/scout-quickstart-cmp-cli

fix: misplaced closing tag for tab component
This commit is contained in:
David Karlsson 2023-11-30 14:29:09 +01:00 committed by GitHub
commit ec3fcd63f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,6 @@ see the changes in vulnerabilities between the two tags. You can see that
{{< /tab >}}
{{< tab name="CLI" >}}
{{< /tab >}}
Use the `docker scout compare` command to see the compare two image versions.
Pass the image that you want to compare as a positional argument to the
@ -223,6 +222,7 @@ command, and specify the base image to compare with using the `--to` flag.
$ docker scout compare --to <ORG_NAME>/scout-demo:v1 <ORG_NAME>/scout-demo:v3
```
{{< /tab >}}
{{< /tabs >}}
## What's next?