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
+1 -1
View File
@@ -10,7 +10,7 @@ podman run \
--name azure-s3 \
-e "MINIO_ROOT_USER=azurestorageaccountname" \
-e "MINIO_ROOT_PASSWORD=azurestorageaccountkey" \
minio/minio gateway azure --console-address ":9001"
quay.io/minio/minio gateway azure --console-address ":9001"
```
### Using Binary
+1 -1
View File
@@ -29,7 +29,7 @@ podman run \
-e "GOOGLE_APPLICATION_CREDENTIALS=/credentials.json" \
-e "MINIO_ROOT_USER=minioaccountname" \
-e "MINIO_ROOT_PASSWORD=minioaccountkey" \
minio/minio gateway gcs yourprojectid --console-address ":9001"
quay.io/minio/minio gateway gcs yourprojectid --console-address ":9001"
```
### 1.3 Run MinIO GCS Gateway Using the MinIO Binary
+1 -1
View File
@@ -29,7 +29,7 @@ podman run \
--name hdfs-s3 \
-e "MINIO_ROOT_USER=minio" \
-e "MINIO_ROOT_PASSWORD=minio123" \
minio/minio gateway hdfs hdfs://namenode:8200 --console-address ":9001"
quay.io/minio/minio gateway hdfs hdfs://namenode:8200 --console-address ":9001"
```
### Setup Kerberos
+1 -1
View File
@@ -16,7 +16,7 @@ podman run \
-e "MINIO_ROOT_USER=minio" \
-e "MINIO_ROOT_PASSWORD=minio123" \
-v /shared/nasvol:/container/vol \
minio/minio gateway nas /container/vol --console-address ":9001"
quay.io/minio/minio gateway nas /container/vol --console-address ":9001"
```
### Using Binary
+2 -2
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