From a3a4e86bf270e5b58d947b3ef7b89272ba32bed0 Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:47:53 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 679f7be..6e1b63b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ docker run \ --network-alias device-virtual.edgex.ziti \ --network-alias support-notifications.edgex.ziti \ --network-alias support-scheduler.edgex.ziti \ - openziti/healthcheck-proxy + ghcr.io/openziti-test-kitchen/healthcheck-proxy/healthcheck-proxy:latest ``` Breaking down each section we see: @@ -91,7 +91,7 @@ Breaking down each section we see: * `--network-alias device-virtual.edgex.ziti`. See above. * `--network-alias support-notifications.edgex.ziti`. See above. * `--network-alias support-scheduler.edgex.ziti`. See above. -* `openziti/healthcheck-proxy`. This is the container for docker to execute +* `openziti/healthcheck-proxy`. This is the container for docker to execute, in GHCR ## Example of Creating/Authorizing an Identity This is just an example for how the identity for EdgeX Foundry was generated: @@ -102,4 +102,4 @@ ziti edge create identity \ 'edgex.core-data-clients,edgex.core-metadata-clients,edgex.device-virtual-clients,'\ 'edgex.rules-engine-clients,edgex.support-notifications-clients,edgex.support-scheduler-clients,'\ 'edgex.sys-mgmt-agent-clients' -``` \ No newline at end of file +```