Minio is an Amazon S3 compatible object storage server.
100K+

This docker container is based on the official minio docker container minio/minio. The only changes I made is to set a default command within the docker file (CMD) because unRAID 6.2 do not yet support commands.
-v /mnt/user/data/minio1:/export
-v /mnt/user/appdata/minio1:/root/.minio
docker run -p 9000:9000 --name minio1 \
-v /mnt/user/data/minio1:/export \
-v /mnt/user/appdata/minio1:/root/.minio \
topdockercat/minio-unraid
For more information see the Minio docker documentation
Content type
Image
Digest
Size
83.9 MB
Last updated
about 5 years ago
docker pull topdockercat/minio-unraid