mirror of
https://github.com/minio/minio.git
synced 2025-04-10 22:47:52 -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
|
||||
```
|
||||
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_SECRET_KEY=b2_application_key" \
|
||||
minio/minio:edge gateway b2
|
||||
|
Loading…
x
Reference in New Issue
Block a user