Skip to content

Commit 8a46721

Browse files
Jonathan Woollett-Lightdianpopa
authored andcommitted
Updated devctr-image.md
Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent 196ac5a commit 8a46721

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/devctr-image.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ registry. The Firecracker CI suite must also be updated to use the new image.
2929
| docker login --username AWS --password-stdin public.ecr.aws
3030
```
3131

32+
For non-TTY devices, although not recommended a less secure approach can be
33+
used:
34+
35+
```bash
36+
docker login --username AWS --password \
37+
$(aws ecr-public get-login-password) public.ecr.aws
38+
```
39+
3240
1. Navigate to the Firecracker directory. Verify that you have the latest
3341
container image locally.
3442

0 commit comments

Comments
 (0)