Use your OpenShift credentials to log in to the registry with your local Docker or Podman client.
docker pull / / : Use code with caution. 3. Alternative: Copying Files Directly Remotely Push and Pull Container Images to OpenShift openshift download docker image
To download an image out of OpenShift to your local machine, you must interact with the internal OpenShift registry. Use your OpenShift credentials to log in to
This tracks the external image within your project. openshift download docker image
Use the oc new-app command to pull an image and deploy it immediately. oc new-app --docker-image=docker.io/library/nginx:latest Use code with caution.