Merge pull request #13901 from miajim/patch-1

Update 09_image_best.md
This commit is contained in:
Sebastiaan van Stijn 2021-12-23 15:48:23 +01:00 committed by GitHub
commit 20299f7614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Docker has partnered with [Snyk](https://snyk.io){:target="_blank" rel="noopener
> **Note**
>
> You must be logged in to Docker Hub to scan your images. Run the command `docker login`, and then scan your images using
> You must be logged in to Docker Hub to scan your images. Run the command `docker scan --login`, and then scan your images using
> `docker scan <image-name>`.
For example, to scan the `getting-started` image you created earlier in the tutorial, you can just type