read
I’ve been doing a lot of work with docker, recently, and really enjoying it.
I’m trying to keep my docker hosts as minimal as possible, and to avoid installing extra packages on them. I often need to fetch assets from Amazon S3, so I searched dockerhub.com for a docker image that provides s3cmd. The trouble is, all the ones I could find were based on the Ubuntu or Debian docker images. I wanted something more lightweight, so I built one based on [Alpine Linux}(http://alpinelinux.org/)
You can find the digitalronin/s3cmd image on dockerhub and the Dockerfile etc. on github
I hope you find it useful.
David