mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #17600 from sstosh/search-auth-opts
Add search --cert-dir, --creds
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
####> This option file is used in:
|
||||
####> podman build, container runlabel, image sign, kube play, login, manifest add, manifest push, pull, push
|
||||
####> podman build, container runlabel, image sign, kube play, login, manifest add, manifest push, pull, push, search
|
||||
####> If file is edited, make sure the changes
|
||||
####> are applicable to all of those.
|
||||
#### **--cert-dir**=*path*
|
||||
|
@ -1,5 +1,5 @@
|
||||
####> This option file is used in:
|
||||
####> podman build, container runlabel, kube play, manifest add, manifest push, pull, push
|
||||
####> 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]]*
|
||||
|
@ -32,11 +32,15 @@ Further note that searching without a search term will only work for registries
|
||||
|
||||
@@option authfile
|
||||
|
||||
@@option cert-dir
|
||||
|
||||
#### **--compatible**
|
||||
|
||||
After the name and the description, also show the stars, official and automated descriptors as Docker does.
|
||||
Podman does not show these descriptors by default since they are not supported by most public container registries.
|
||||
|
||||
@@option creds
|
||||
|
||||
#### **--filter**, **-f**=*filter*
|
||||
|
||||
Filter output based on conditions provided (default [])
|
||||
|
Reference in New Issue
Block a user