Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 382 Bytes

File metadata and controls

11 lines (8 loc) · 382 Bytes

Docker Repository on Quay

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"