Sign inSign up

robruth/fakes3

By robruth

Updated almost 9 years ago

fakes3

Image
0

228

robruth/fakes3 repository overview

docker-fakes3

Current Version: 1.2.0

run fakes3

docker run --name fakes3 -d -p 3128:3128 robruth/fakes3

s3cmd on osx

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>

Tag summary

Content type

Image

Digest

sha256:da19a413d

Size

87 MB

Last updated

almost 9 years ago

docker pull robruth/fakes3