mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -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
|
### 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user