Merge pull request #18055 from vrothberg/fix-17185

[CI:DOCS] --creds and registries
This commit is contained in:
OpenShift Merge Robot 2023-04-05 09:40:14 -04:00 committed by GitHub
commit 3338ffa38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,3 +7,8 @@
The [username[:password]] to use to authenticate with the registry, if required.
If one or both values are not supplied, a command line prompt will appear and the
value can be entered. The password is entered without echo.
Note that the specified credentials are only used to authenticate against
target registries. They are not used for mirrors or when the registry gets
rewritten (see `containers-registries.conf(5)`); to authenticate against those
consider using a `containers-auth.json(5)` file.