You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `<directory_name>` is either `~/.docker` or `$XDG_RUNTIME_DIR/containers`, and `<auth_file>` is either `config.json` or `auth.json`.
107
119
endif::[]
108
120
// Similar to the additional step above, except it is framed as optional because it is included in a disconnected update page (where users may or may not use oc-mirror for their process)
109
121
ifdef::update-oc-mirror[]
110
-
. Optional: If using the oc-mirror plugin, save the file either as `~/.docker/config.json` or `$XDG_RUNTIME_DIR/containers/auth.json`.
122
+
. Optional: If using the oc-mirror plugin, save the file as either `~/.docker/config.json` or `$XDG_RUNTIME_DIR/containers/auth.json`:
123
+
.. If the `.docker` or `$XDG_RUNTIME_DIR/containers` directories do not exist, create one by entering the following command:
124
+
+
125
+
[source,terminal]
126
+
----
127
+
$ mkdir -p <directory_name>
128
+
----
129
+
+
130
+
Where `<directory_name>` is either `~/.docker` or `$XDG_RUNTIME_DIR/containers`.
131
+
.. Copy the pull secret to the appropriate directory by entering the following command:
0 commit comments