docs: turn-on more markdown rules and fix them (#14301)

This commit is contained in:
Harshavardhana
2022-02-14 08:50:42 -08:00
committed by GitHub
parent 27dec42ad6
commit f088e8960b
13 changed files with 37 additions and 54 deletions

View File

@@ -113,7 +113,7 @@ export MINIO_KMS_KES_KEY_NAME=my-minio-key
minio gateway s3
```
### Using Docker
### Using Docker (double encryption)
```
podman run -p 9000:9000 --name minio-s3 \
@@ -122,7 +122,7 @@ podman run -p 9000:9000 --name minio-s3 \
quay.io/minio/minio gateway s3 https://s3_compatible_service_endpoint:port
```
### Using Binary
### Using Binary (double encryption)
```
export MINIO_ROOT_USER=access_key