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
- Host: GitHub
- URL: https://github.com/wallneradam/docker-fake-s3-alpine
- Owner: wallneradam
- Created: 2016-12-19T22:58:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T22:48:01.000Z (over 8 years ago)
- Last Synced: 2025-02-01T05:25:24.200Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-fake-s3-alpine
Minimal fake S3 Docker image based on Alpine linuxIt 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.