diff --git a/README.md b/README.md index 0e4ba65..a050470 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,9 @@ This container image provides the following AWS API client applications on `$PATH`: * `aws` cli tool * `s3cmd` + +## Example +``` +docker run -v /root/.aws/:/root/.aws quay.io/coreos/awscli bash -c "aws ec2 describe-instances" +``` +