Skip to content

Commit

Permalink
Fix command in docker login docs
Browse files Browse the repository at this point in the history
the alternative command provided for step 1 did not include the
`--region` parameter, causing it to fail

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and dianpopa committed Nov 4, 2022
1 parent 6732ef9 commit 4f853c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devctr-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f853c8

Please sign in to comment.