8000 GitHub - bgahagan/docker-aws-cli: Docker AWS CLI wrapper with support for running as the current user/group
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bgahagan/docker-aws-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized AWS CLI

An AWS CLI docker image, with support for running as the current uid/gid.

Installation

Add the following alias to your .bashrc

alias aws='docker run -i --rm -v $HOME/.aws:/home/aws/.aws:ro -v $(pwd):/project -u "$(id -u):$(id -g)" bgahagan/docker-aws-cli'

Example

aws s3 cp s3://aft-vbi-pds/bin-images/523.jpg .

Notes

  • If you're referencing files using paths, they should be relative to the current working directory. The current working directory is mounted at /project in the contianer.

About

Docker AWS CLI wrapper with support for running as the current user/group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0