From 10e8f008a554ae7ef7b2d5fa80538f1234fc741d Mon Sep 17 00:00:00 2001 From: Mia Date: Sat, 27 Nov 2021 18:23:26 -0500 Subject: [PATCH] Update 09_image_best.md Changed the command to login for use of `docker scan`. --- get-started/09_image_best.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/09_image_best.md b/get-started/09_image_best.md index ddc557a4b3..5b8deae89b 100644 --- a/get-started/09_image_best.md +++ b/get-started/09_image_best.md @@ -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 `. For example, to scan the `getting-started` image you created earlier in the tutorial, you can just type