Skip to content

Commit 5856158

Browse files
authored
Merge pull request #52236 from skopacz1/OCP1989_authfile_remove
OCPBUGS#1989 - removing authfile flag
2 parents 9a45af6 + ee920f3 commit 5856158

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)