mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
fix gateway docs comprehensively (#5740)
This commit is contained in:
committed by
Nitish Tiwari
parent
cf8d12d169
commit
4d02f9bccf
@@ -7,7 +7,7 @@ Minio Gateway adds Amazon S3 compatibility to NAS storage. You may run multiple
|
||||
docker run -p 9000:9000 --name nas-s3 \
|
||||
-e "MINIO_ACCESS_KEY=minio" \
|
||||
-e "MINIO_SECRET_KEY=minio123" \
|
||||
minio/minio:edge gateway nas /shared/nasvol
|
||||
minio/minio gateway nas /shared/nasvol
|
||||
```
|
||||
|
||||
### Using Binary
|
||||
|
||||
Reference in New Issue
Block a user