mirror of
https://github.com/minio/minio.git
synced 2025-04-16 08:58:11 -04:00
Change container name in b2 docs (#5259)
This commit is contained in:
parent
2755a0b763
commit
0d435e11b1
@ -6,7 +6,7 @@ Please follow this [guide](https://www.backblaze.com/b2/docs/quick_account.html)
|
|||||||
|
|
||||||
### Using Docker
|
### Using Docker
|
||||||
```
|
```
|
||||||
docker run -p 9000:9000 --name azure-s3 \
|
docker run -p 9000:9000 --name b2-s3 \
|
||||||
-e "MINIO_ACCESS_KEY=b2_accound_id" \
|
-e "MINIO_ACCESS_KEY=b2_accound_id" \
|
||||||
-e "MINIO_SECRET_KEY=b2_application_key" \
|
-e "MINIO_SECRET_KEY=b2_application_key" \
|
||||||
minio/minio:edge gateway b2
|
minio/minio:edge gateway b2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user