Skip to content

shufo/docker-ecs-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published