Skip to content

Commit 407e89e

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 407e89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ The process of installing the built images into an offline image registry depend
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
+
2424
. Use the `docker push` or `podman push` to push the retagged image to the cluster image registry at `<registry_ip>:<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)