donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.23k stars 280 forks source link

Use alpine and build docker image from source #84

Open frosforever opened 8 years ago

frosforever commented 8 years ago

Connects to #51

Automated builds on https://hub.docker.com/r/frosforever/saws/ building off docker branch can be run via:

docker run -it -v ~/.aws/:/root/.aws:ro frosforever/saws:docker
donnemartin commented 8 years ago

@frosforever thanks for the feedback on https://github.com/donnemartin/saws/issues/51, and for submitting a followup PR.

@sysadmiral @cliveza @stilvoid any interest in reviewing this PR?