https://github.com/eproxus/fakes3-docker
Minimal fakes3 Docker image
https://github.com/eproxus/fakes3-docker
Last synced: 5 months ago
JSON representation
Minimal fakes3 Docker image
- Host: GitHub
- URL: https://github.com/eproxus/fakes3-docker
- Owner: eproxus
- License: unlicense
- Created: 2015-09-07T09:59:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T11:59:33.000Z (almost 11 years ago)
- Last Synced: 2025-01-21T01:24:51.621Z (over 1 year ago)
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fakes3-docker
Minimal (20 Mb) fakes3 Docker image based on Alpine Linux.
Exposes port 80 and uses `/srv/fakes3` as a volume for persistance. Uses `/usr/bin/fakes3` as entrypoint with the default flags `-r /srv/fakes3 -p 80`. You can override those flags by providing them when starting the container:
```
docker run -d -v /tmp/fakes3:/fakes3 -p :9999 fakes3 -r /fakes3 -p 9999
```