From 4f853c84ec4ca72e69f0e8d742c0b507564d6614 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Mon, 31 Oct 2022 15:14:03 +0000 Subject: [PATCH] Fix command in docker login docs the alternative command provided for step 1 did not include the `--region` parameter, causing it to fail Signed-off-by: Patrick Roy --- docs/devctr-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devctr-image.md b/docs/devctr-image.md index 2532c634148..76ae552188e 100644 --- a/docs/devctr-image.md +++ b/docs/devctr-image.md @@ -35,7 +35,7 @@ registry. The Firecracker CI suite must also be updated to use the new image. ```bash docker login --username AWS --password \ - $(aws ecr-public get-login-password) public.ecr.aws + $(aws ecr-public get-login-password --region us-east-1) public.ecr.aws ``` 1. Navigate to the Firecracker directory. Verify that you have the latest