Sign inSign up

shufo/ecs-cli

By shufo

Updated over 10 years ago

A image of ecs-cli.

Image
0

472

shufo/ecs-cli repository overview

docker-ecs-cli

A image of ecs-cli. DockerHub repository is here.

Usage

docker run --rm -v $HOME/.ecs:/root/.ecs shufo/ecs-cli configure --region ap-northeast-1 --cluster cluster-name --access-key your_access_key --secret-key your_secret_key
docker run --rm -v $HOME/.ecs:/root/.ecs shufo/ecs-cli ps

# alias to ecs-cli makes easier to use this
alias ecs-cli='docker run --rm -v $HOME/.ecs:/root/.ecs shufo/ecs-cli'
ecs-cli ps

Tag summary

Content type

Image

Digest

Size

4.9 MB

Last updated

over 10 years ago

docker pull shufo/ecs-cli