Skip to content

mozmeao/aws-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-cli-docker

Docker image for our aws-cli use.

How to use

Copy the aws-docker script to your machine or repo and use it in place of the aws command. It mounts the default config directory from the host (~/.aws/) for authentication, and the current working directory to /app so that you can work with local files.

Example

$ aws-docker s3 sync ./ s3://my-bucket-name/

Publication

To build and publish the image you can just run the ./publish command if you're logged into the docker hub.

About

Docker image for our aws-cli use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published