Update azure.md (#5086)

This commit is contained in:
asubmani 2017-10-23 02:08:38 -07:00 committed by Nitish Tiwari
parent 1d8a8c63db
commit 8a40da3fd0

View File

@ -5,8 +5,8 @@ Minio Gateway adds Amazon S3 compatibility to Microsoft Azure Blob Storage.
### Using Docker ### Using Docker
``` ```
docker run -p 9000:9000 --name azure-s3 \ docker run -p 9000:9000 --name azure-s3 \
-e "MINIO_ACCESS_KEY=azureaccountname" \ -e "MINIO_ACCESS_KEY=azurestorageaccountname" \
-e "MINIO_SECRET_KEY=azureaccountkey" \ -e "MINIO_SECRET_KEY=azurestorageaccountkey" \
minio/minio gateway azure minio/minio gateway azure
``` ```