Sign inSign up

nicolas2bert/docker-test

By nicolas2bert

Updated over 10 years ago

test for docker

Image
0

164

nicolas2bert/docker-test repository overview

S3 Server logo -

Run it with a file backend
Run it with an in-memory backend

Quick start

The default access key is accessKey1, with the secret key verySecretKey1

Run s3 server with a file backend on port 8000:
$ docker run -d --name s3server -p 8000:8000 scality/s3server
Run s3 server with an in-memory backend on port 8000:
$ docker run -d --name s3server -p 8000:8000 scality/s3server:mem-latest

Note that the --name selected (in the example 's3server') will enable you to easily start and stop the given named container:

$ docker stop s3server
$ docker start s3server

Data storage

When using s3 server with a file backend, all data is stored inside the container and is persisted between restarts.

See more details at http://s3.scality.com

Tag summary

Content type

Image

Digest

Size

62.7 MB

Last updated

over 10 years ago

docker pull nicolas2bert/docker-test