diff --git a/modules/registry-accessing-directly.adoc b/modules/registry-accessing-directly.adoc index 05cecdfb62..78d29a369b 100644 --- a/modules/registry-accessing-directly.adoc +++ b/modules/registry-accessing-directly.adoc @@ -13,7 +13,7 @@ You can access the registry from inside the cluster. Access the registry from the cluster by using internal routes: ifdef::openshift-enterprise,openshift-webscale,openshift-origin[] -. Access the node by getting the node's address: +. Access the node by getting the node's name: + [source,terminal] ---- @@ -22,7 +22,7 @@ $ oc get nodes + [source,terminal] ---- -$ oc debug nodes/ +$ oc debug nodes/ ---- . To enable access to tools such as `oc` and `podman` on the node, run the following command: