Skip to content

Commit 4f853c8

Browse files
roypatdianpopa
authored andcommitted
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 <[email protected]>
1 parent 6732ef9 commit 4f853c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devctr-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ registry. The Firecracker CI suite must also be updated to use the new image.
3535

3636
```bash
3737
docker login --username AWS --password \
38-
$(aws ecr-public get-login-password) public.ecr.aws
38+
$(aws ecr-public get-login-password --region us-east-1) public.ecr.aws
3939
```
4040

4141
1. Navigate to the Firecracker directory. Verify that you have the latest

0 commit comments

Comments
 (0)