diff --git a/modules/registry-accessing-directly.adoc b/modules/registry-accessing-directly.adoc index e74172dc35..05cecdfb62 100644 --- a/modules/registry-accessing-directly.adoc +++ b/modules/registry-accessing-directly.adoc @@ -101,7 +101,7 @@ endif::[] + [source,terminal] ---- -$ podman pull name.io/image +sh-4.2# podman pull name.io/image ---- ifdef::openshift-enterprise,openshift-webscale,openshift-origin[] @@ -111,7 +111,7 @@ correctly place and later access the image in the registry: + [source,terminal] ---- -$ podman tag name.io/image image-registry.openshift-image-registry.svc:5000/openshift/image +sh-4.2# podman tag name.io/image image-registry.openshift-image-registry.svc:5000/openshift/image ---- endif::[] + @@ -128,6 +128,6 @@ to push the image. ifdef::openshift-enterprise,openshift-webscale,openshift-origin[] [source,terminal] ---- -$ podman push image-registry.openshift-image-registry.svc:5000/openshift/image +sh-4.2# podman push image-registry.openshift-image-registry.svc:5000/openshift/image ---- endif::[] diff --git a/modules/registry-checking-the-status-of-registry-pods.adoc b/modules/registry-checking-the-status-of-registry-pods.adoc index 1c20f69a6d..94609bff38 100644 --- a/modules/registry-checking-the-status-of-registry-pods.adoc +++ b/modules/registry-checking-the-status-of-registry-pods.adoc @@ -11,7 +11,6 @@ As a cluster administrator, you can list the image registry pods running in the .Prerequisites * You have access to the cluster as a user with the `cluster-admin` role. -* You have installed the OpenShift CLI (`oc`). .Procedure diff --git a/registry/accessing-the-registry.adoc b/registry/accessing-the-registry.adoc index d21baf2115..df24cd0188 100644 --- a/registry/accessing-the-registry.adoc +++ b/registry/accessing-the-registry.adoc @@ -14,7 +14,7 @@ endif::[] You can access the registry directly to invoke `podman` commands. This allows you to push images to or pull them from the integrated registry directly using operations like `podman push` or `podman pull`. To do so, you must be logged in -to the registry using the `oc login` command. The operations you can perform +to the registry using the `podman login` command. The operations you can perform depend on your user permissions, as described in the following sections. ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]