Skip to content

Commit 702b047

Browse files
'registry_ip' changed to 'registry_host'. 'localhost/devfile-index' changed to 'devfile-index'.
Signed-off-by: Michael Valdron <[email protected]>
1 parent 380519f commit 702b047

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: docs/modules/user-guide/partials/proc_stage-2-install-a-devfile-registry-to-a-cluster.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ The process of installing the built images into an offline image registry depend
1414

1515
.Procedure
1616

17-
. Use the `docker tag` or the `podman tag` to retag the image using the form `<registry_ip>:<port>/<project>/<image>`:
17+
. Use the `docker tag` or the `podman tag` to retag the image using the form `<registry_host>:<port>/<project>/<image>`:
1818
+
1919
[source,bash]
2020
----
21-
podman tag localhost/devfile-index <registry_ip>:<port>/<project>/devfile-index
21+
podman tag devfile-index <registry_host>:<port>/<project>/devfile-index
2222
----
2323
+
24-
. Use the `docker push` or `podman push` to push the retagged image to the cluster image registry at `<registry_ip>:<port>`:
24+
. Use the `docker push` or `podman push` to push the retagged image to the cluster image registry at `<registry_host>:<port>`:
2525
+
2626
[source,bash]
2727
----
28-
podman push <registry_ip>:<port>/<project>/devfile-index
28+
podman push <registry_host>:<port>/<project>/devfile-index
2929
----
3030

3131
.Additional resources

0 commit comments

Comments
 (0)