Update CLI examples to be in sync with examples used on Minio website (#4920)

This commit is contained in:
Nitish Tiwari
2017-09-15 07:47:42 +05:30
committed by Dee Koder
parent 8e4842b665
commit 6d5d49bfb1
11 changed files with 48 additions and 48 deletions

View File

@@ -31,12 +31,12 @@ To run Minio shared backend instances, you need to start multiple Minio servers
#### Minio shared mode on Ubuntu 16.04 LTS.
You'll need the path to the shared volume, e.g. `/mnt/nfs`. Then run the following commands on all the nodes you'd like to launch Minio.
You'll need the path to the shared volume, e.g. `/path/to/nfs-volume`. Then run the following commands on all the nodes you'd like to launch Minio.
```sh
export MINIO_ACCESS_KEY=<ACCESS_KEY>
export MINIO_SECRET_KEY=<SECRET_KEY>
minio server /mnt/nfs
minio server /path/to/nfs-volume
```
#### Minio shared mode on Windows 2012 Server