We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196ac5a commit 8a46721Copy full SHA for 8a46721
docs/devctr-image.md
@@ -29,6 +29,14 @@ registry. The Firecracker CI suite must also be updated to use the new image.
29
| docker login --username AWS --password-stdin public.ecr.aws
30
```
31
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
40
1. Navigate to the Firecracker directory. Verify that you have the latest
41
container image locally.
42
0 commit comments