Sign inSign up

topdockercat/minio-unraid

By topdockercat

•Updated about 5 years ago

Minio is an Amazon S3 compatible object storage server.

Image
0

100K+

topdockercat/minio-unraid repository overview

⁠Minio for unRAID

Minio LogounRaid Logo

⁠Amazon S3 compatible object storage server

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.

⁠Volumes

  • the path to store your data
-v /mnt/user/data/minio1:/export
  • using your configuration file
-v /mnt/user/appdata/minio1:/root/.minio

⁠Start the server

docker run -p 9000:9000 --name minio1 \
  -v /mnt/user/data/minio1:/export \
  -v /mnt/user/appdata/minio1:/root/.minio \
  topdockercat/minio-unraid

⁠More information

For more information see the Minio docker documentation⁠

Tag summary

Content type

Image

Digest

Size

83.9 MB

Last updated

about 5 years ago

docker pull topdockercat/minio-unraid