mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
docs: turn-on more markdown rules and fix them (#14301)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user