mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
Update azure.md (#5086)
This commit is contained in:
parent
1d8a8c63db
commit
8a40da3fd0
@ -5,8 +5,8 @@ Minio Gateway adds Amazon S3 compatibility to Microsoft Azure Blob Storage.
|
||||
### Using Docker
|
||||
```
|
||||
docker run -p 9000:9000 --name azure-s3 \
|
||||
-e "MINIO_ACCESS_KEY=azureaccountname" \
|
||||
-e "MINIO_SECRET_KEY=azureaccountkey" \
|
||||
-e "MINIO_ACCESS_KEY=azurestorageaccountname" \
|
||||
-e "MINIO_SECRET_KEY=azurestorageaccountkey" \
|
||||
minio/minio gateway azure
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user