Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
add note about aws ecr get-login being usable on another computer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Aug 23, 2019
1 parent 0a6467f commit a9848f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEBUGGING.md
Expand Up @@ -61,6 +61,10 @@ WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded
```

You can also run `aws ecr get-login` on a computer with AWS access tokens, then
run the produced `docker login` command on another computer - for example, an
EC2 instance you're using for debugging.

## Starting a container (instance) from an image

First, check the memory limits in your Docker configuration; the default is
Expand Down

0 comments on commit a9848f5

Please sign in to comment.