mirror of
https://github.com/containers/podman.git
synced 2025-09-24 07:15:12 +08:00

When we searching any image at a container registry, --cert-dir and --creds could be required as well as push, pull, etc. Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
10 lines
486 B
Markdown
10 lines
486 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 will appear and the
|
|
value can be entered. The password is entered without echo.
|