Lightweight docker image providing s3cmd
538
This image is base on Alpine Linux, to try and make it as small as possible.
make build
export AWS_ACCESS_KEY_ID=<your access key>
export AWS_SECRET_ACCESS_KEY=<your secret key>
make run CMD='s3cmd ls s3://<your bucket>'
See the Makefile for how this works.
NB: When run via 'make run' the current working directory is mapped to /opt in the docker container. This means you can only download (s3cmd get ...) files to the current working directory, and you will only be able to upload (s3cmd put ...) files from the working directory.
Github repo: https://github.com/digitalronin/docker-s3cmd
Content type
Image
Digest
sha256:311f692c2…
Size
15.4 MB
Last updated
about 11 years ago
docker pull digitalronin/s3cmd