The default access key is accessKey1, with the secret key verySecretKey1
$ docker run -d --name s3server -p 8000:8000 scality/s3server
$ 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
When using s3 server with a file backend, all data is stored inside the container and is persisted between restarts.
Content type
Image
Digest
Size
62.7 MB
Last updated
over 10 years ago
docker pull nicolas2bert/docker-test