mirror of https://github.com/docker/docs.git
fix: misplaced closing tag for tab component
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
55f6607796
commit
312e37a1df
|
|
@ -213,7 +213,6 @@ see the changes in vulnerabilities between the two tags. You can see that
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
{{< tab name="CLI" >}}
|
{{< tab name="CLI" >}}
|
||||||
{{< /tab >}}
|
|
||||||
|
|
||||||
Use the `docker scout compare` command to see the compare two image versions.
|
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
|
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
|
$ docker scout compare --to <ORG_NAME>/scout-demo:v1 <ORG_NAME>/scout-demo:v3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{{< /tab >}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
## What's next?
|
## What's next?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue