Current Version: 1.2.0
docker run --name fakes3 -d -p 3128:3128 robruth/fakes3
git clone https://github.com/s3tools/s3cmd.git
cd s3cmd
python setup.py install
sudo python setup.py install
vi ~/.s3cfg
Example config:
https://gist.github.com/robruth/f617baf3e4ba7b10fb50
- Edit domain to reflect your own
- Edit /etc/hosts or add DNS to resolve <bucket>.<domain>.com to Docker host IP
Make a bucket:
s3cmd mb s3://<bucket>
Put a file:
s3cmd put <file> s3://<bucket>/<filename>
List a bucket:
s3cmd ls s3://<bucket>
Content type
Image
Digest
sha256:da19a413d…
Size
87 MB
Last updated
almost 9 years ago
docker pull robruth/fakes3