- Docker w/ running docker-machine
brew install awscli
- If you haven't already, run
aws configure
and enter your access ID and access secret, a long withus-west-1
as the region. Then initialize your environment by runningeval $(docker-machine env default)
andeval $(aws ecr get-login --region us-west-1)
. It may be wise to place those last two commands in your ~/.bash_profile if you are going to be interacting with Docker and Amazon ECS a lot.