point all docs for containers to quay.io

This commit is contained in:
Harshavardhana
2021-09-01 18:48:26 -07:00
parent 0838732df3
commit f486cfae86
13 changed files with 31 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ podman run \
--name minio-s3 \
-e "MINIO_ROOT_USER=aws_s3_access_key" \
-e "MINIO_ROOT_PASSWORD=aws_s3_secret_key" \
minio/minio gateway s3 --console-address ":9001"
quay.io/minio/minio gateway s3 --console-address ":9001"
```
### Using Binary
@@ -103,7 +103,7 @@ minio gateway s3
podman run -p 9000:9000 --name minio-s3 \
-e "MINIO_ROOT_USER=access_key" \
-e "MINIO_ROOT_PASSWORD=secret_key" \
minio/minio gateway s3 https://s3_compatible_service_endpoint:port
quay.io/minio/minio gateway s3 https://s3_compatible_service_endpoint:port
```
### Using Binary