https://github.com/dutchcoders/minio-docker
https://github.com/dutchcoders/minio-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dutchcoders/minio-docker
- Owner: dutchcoders
- Created: 2016-07-14T15:09:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T15:26:01.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T09:12:33.842Z (6 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this Repo
# Build
```sh
docker build .
```# Run
```sh
docker run -d -v /data/disk1:/minio/data -v /data/config:/minio/config -p 9000:9000 #minio_image#
```## Volumes
* **/minio/data** volume containing the data
* **/minio/config** volume containing config## Parameters
* **MINIO_ACCESS_KEY** predefined access key (min 5 chars)
* **MINIO_SECRET_KEY** predefined secret key```sh
docker run -d -v /data/disk1:/minio/data -v /data/config:/minio/config -p 9000:9000 -e MINIO_ACCESS_KEY=#accesskey# -e MINIO_SECRET_KEY=#supersecretkey# #minio_image#
```* **MINIO_CACHE_SIZE** defaults to 8g
* **MINIO_CACHE_EXPIRY** defaults to 72h