fix: typos and styling
This commit is contained in:
parent
5fcb883b79
commit
5c9cfb7657
1 changed files with 5 additions and 4 deletions
|
|
@ -9,8 +9,9 @@ mcli alias set myminio http://localhost:9000 ROOT_USER ROOT_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Test your login
|
Test your login
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nmcli ls myminio
|
mcli ls myminio
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -19,7 +20,7 @@ nmcli ls myminio
|
||||||
Add a service account for the defined user (with those permissions)
|
Add a service account for the defined user (with those permissions)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mcli admin user svcacct add myminio USER \
|
mcli admin user svcacct add myminio USER \
|
||||||
--access-key ACCESSKEY \
|
--access-key ACCESSKEY \
|
||||||
--secret-key SUPERSECRETKEY
|
--secret-key SUPERSECRETKEY
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue