mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
docs: Removed $/# from code block to make code copy easier. (#3448)
This commit is contained in:
@@ -41,9 +41,9 @@ Below examples will clarify further:
|
||||
Example 1: Start distributed Minio instance with 1 drive each on 8 nodes, by running this command on all the 8 nodes.
|
||||
|
||||
```shell
|
||||
$ export MINIO_ACCESS_KEY=<ACCESS_KEY>
|
||||
$ export MINIO_SECRET_KEY=<SECRET_KEY>
|
||||
$ minio server http://192.168.1.11/export1 http://192.168.1.12/export2 \
|
||||
export MINIO_ACCESS_KEY=<ACCESS_KEY>
|
||||
export MINIO_SECRET_KEY=<SECRET_KEY>
|
||||
minio server http://192.168.1.11/export1 http://192.168.1.12/export2 \
|
||||
http://192.168.1.13/export3 http://192.168.1.14/export4 \
|
||||
http://192.168.1.15/export5 http://192.168.1.16/export6 \
|
||||
http://192.168.1.17/export7 http://192.168.1.18/export8
|
||||
@@ -54,9 +54,9 @@ $ minio server http://192.168.1.11/export1 http://192.168.1.12/export2 \
|
||||
Example 2: Start distributed Minio instance with 4 drives each on 4 nodes, by running this command on all the 4 nodes.
|
||||
|
||||
```shell
|
||||
$ export MINIO_ACCESS_KEY=<ACCESS_KEY>
|
||||
$ export MINIO_SECRET_KEY=<SECRET_KEY>
|
||||
$ minio server http://192.168.1.11/export1 http://192.168.1.11/export2 \
|
||||
export MINIO_ACCESS_KEY=<ACCESS_KEY>
|
||||
export MINIO_SECRET_KEY=<SECRET_KEY>
|
||||
minio server http://192.168.1.11/export1 http://192.168.1.11/export2 \
|
||||
http://192.168.1.11/export3 http://192.168.1.11/export4 \
|
||||
http://192.168.1.12/export1 http://192.168.1.12/export2 \
|
||||
http://192.168.1.12/export3 http://192.168.1.12/export4 \
|
||||
|
||||
Reference in New Issue
Block a user