Skip to content

Commit ee920f3

Browse files
committed
OCP1989: removing authfile flag removal
1 parent 939ee5a commit ee920f3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modules/mirror-registry-localhost.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ $ sudo ./mirror-registry install \
3030
+
3131
[source,terminal]
3232
----
33-
$ podman login --authfile pull-secret.txt \
34-
-u init \
33+
$ podman login -u init \
3534
-p <password> \
3635
<host_example_com>:8443> \
3736
--tls-verify=false <1>

modules/mirror-registry-remote.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ $ sudo ./mirror-registry install -v \
3333
+
3434
[source,terminal]
3535
----
36-
$ podman login --authfile pull-secret.txt \
37-
-u init \
36+
$ podman login -u init \
3837
-p <password> \
3938
<host_example_com>:8443> \
4039
--tls-verify=false <1>

0 commit comments

Comments
 (0)