mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Updated docs with latest images. (#4611)
This commit is contained in:
@@ -12,7 +12,7 @@ minio --config-dir ~/tenant2 server --address :9002 /disk1/data/tenant2
|
||||
minio --config-dir ~/tenant3 server --address :9003 /disk1/data/tenant3
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### Example 2 : Single host, multiple drives (erasure code)
|
||||
|
||||
@@ -22,7 +22,7 @@ minio --config-dir ~/tenant1 server --address :9001 /disk1/data/tenant1 /disk2/d
|
||||
minio --config-dir ~/tenant2 server --address :9002 /disk1/data/tenant2 /disk2/data/tenant2 /disk3/data/tenant2 /disk4/data/tenant2
|
||||
minio --config-dir ~/tenant3 server --address :9003 /disk1/data/tenant3 /disk2/data/tenant3 /disk3/data/tenant3 /disk4/data/tenant3
|
||||
```
|
||||

|
||||

|
||||
|
||||
## Distributed Deployment
|
||||
To host multiple tenants in a distributed environment, run several distributed Minio instances concurrently.
|
||||
@@ -45,7 +45,7 @@ export MINIO_SECRET_KEY=<TENANT3_SECRET_KEY>
|
||||
minio --config-dir ~/tenant3 server --address :9003 http://192.168.10.11/disk1/data/tenant3 http://192.168.10.12/disk1/data/tenant3 http://192.168.10.13/disk1/data/tenant3 http://192.168.10.14/disk1/data/tenant3
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Cloud Scale Deployment
|
||||
For large scale multi-tenant Minio deployments, we recommend using one of the popular container orchestration platforms, e.g. Kubernetes, DC/OS or Docker Swarm. Refer [this document](https://docs.minio.io/docs/minio-deployment-quickstart-guide) to get started with Minio on orchestration platforms.
|
||||
|
||||
Reference in New Issue
Block a user