Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
change docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
maguec committed Jul 11, 2022
1 parent 64b2578 commit 65b5cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```
docker run --rm -e DATADOG_API_KEY=<DATADOG-API-KEY> -e DATADOG_SITE=datadoghq.com \
-e REDIS_CLOUD_ENDPOINT_URL=<FQDN:https://internal.blah.us-central1-mz.gcp.cloud.rlrcp.com:8070/metrics> \
redislabs/redisenterprise-rs-hostedcloud
maguec/redisenterprise-rs-hostedcloud
```

## Running the Container with TLS CA Cert
Expand All @@ -36,9 +36,9 @@ echo -n "" | openssl s_client -showcerts -servername server -connect internal.bl
```
CA_CERT=$(cat cacert.pem)
docker run --rm -e DATADOG_API_KEY=<DATADOG-API-KEY> -e DATADOG_SITE=datadoghq.com \
-e REDIS_CLOUD_ENDPOINT_URL=https://mague.demo-azure.redislabs.com:8070/metrics \
-e REDIS_CLOUD_ENDPOINT_URL=https://mague.demo-azure.maguec.com:8070/metrics \
-e REDIS_CLOUD_CA_CERT="${CA_CERT}" \
redislabs/redisenterprise-rs-hostedcloud
maguec/redisenterprise-rs-hostedcloud
```

## Building the Container
Expand Down

0 comments on commit 65b5cfc

Please sign in to comment.