mirror of
https://github.com/containers/podman.git
synced 2025-06-04 04:56:32 +08:00

Remove all will, would, could, should and use present tense. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
15 lines
761 B
Markdown
15 lines
761 B
Markdown
####> This option file is used in:
|
|
####> podman build, container runlabel, kube play, manifest add, manifest push, pull, push, search
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--creds**=*[username[:password]]*
|
|
|
|
The [username[:password]] to use to authenticate with the registry, if required.
|
|
If one or both values are not supplied, a command line prompt appears 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.
|