Browse Source

Update 'README.md'

天问 4 months ago
parent
commit
af09eec427
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -1,2 +1,15 @@
 # minio
 
+对象存储,兼容aws
+
+## Develop
+
+```
+wget https://dl.min.io/server/minio/release/darwin-amd64/minio
+chmod +x minio
+./minio server /data
+
+
+podman run -p 9000:9000 -p 9001:9001 \
+  quay.io/minio/minio server /data --console-address ":9001"
+```