MinIO is a High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.
Docker Container
Stable
docker run -p 9000:9000
-e “MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE”
-e “MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY”
minio/minio server /data
Edge
docker run -p 9000:9000
-e “MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE”
-e “MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY”
minio/minio:edge server /data
NOTE: Docker will not display the default keys unless you start the container with the -it(interactive TTY) argument. Generally, it is not recommended to use default keys with containers. Please visit MinIO Docker quickstart guide for more information here
macOS
Homebrew (recommended)
Install minio packages using Homebrew
brew install minio/stable/minio
minio server /data
NOTE: If you previously installed minio using brew install minio then it is recommended that you reinstall minio from minio/stable/minio official repo instead.
brew uninstall minio
brew install minio/stable/minio
Binary Download
Platform Architecture URL
Apple macOS 64-bit Intel https://dl.min.io/server/minio/release/darwin-amd64/minio
chmod 755 minio
./minio server /data
GNU/Linux
Binary Download
Platform Architect

MinIO是一款高性能的对象存储服务,兼容Amazon S3接口。本文档介绍了如何在不同平台上(如Docker、macOS、GNU/Linux、Windows、FreeBSD等)部署MinIO,包括设置默认访问密钥、安装方法、二进制下载、防火墙配置,并提供了使用MinIO浏览器和客户端测试服务器的指南。

5529

被折叠的 条评论
为什么被折叠?



