An open API service indexing awesome lists of open source software.

https://github.com/wallneradam/docker-fake-s3-alpine

Fake S3 Docker Image based on Alpine linux
https://github.com/wallneradam/docker-fake-s3-alpine

Last synced: about 1 month ago
JSON representation

Fake S3 Docker Image based on Alpine linux

Awesome Lists containing this project

README

        

# docker-fake-s3-alpine
Minimal fake S3 Docker image based on Alpine linux

It is a minimal Docker image from the [fake-s3](https://github.com/jubos/fake-s3) project.
Uses a persistent volume in /opt/fakes3/data to store persistence data.

## Usage

```
docker run --rm -d [-p port:port] pickapp/docker-fake-s3 [port]
```

The "port" is 10001 by default.