mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Merge pull request #26692 from giuseppe/add-certdir-creds-to-podman-create-run
podman: add --creds and --cert-dir to create/run
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
####> This option file is used in:
|
||||
####> podman artifact pull, artifact push, build, container runlabel, farm build, image sign, kube play, login, manifest add, manifest push, pull, push, search
|
||||
####> podman artifact pull, artifact push, build, container runlabel, create, farm build, image sign, kube play, login, manifest add, manifest push, pull, push, run, 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 artifact pull, artifact push, build, container runlabel, farm build, kube play, manifest add, manifest push, pull, push, search
|
||||
####> podman artifact pull, artifact push, build, container runlabel, create, farm build, kube play, manifest add, manifest push, pull, push, run, search
|
||||
####> If file is edited, make sure the changes
|
||||
####> are applicable to all of those.
|
||||
#### **--creds**=*[username[:password]]*
|
||||
|
@ -83,6 +83,8 @@ and specified with a _tag_.
|
||||
|
||||
@@option cap-drop
|
||||
|
||||
@@option cert-dir
|
||||
|
||||
@@option cgroup-conf
|
||||
|
||||
@@option cgroup-parent
|
||||
@ -113,6 +115,8 @@ and specified with a _tag_.
|
||||
|
||||
@@option cpuset-mems
|
||||
|
||||
@@option creds
|
||||
|
||||
@@option decryption-key
|
||||
|
||||
@@option device
|
||||
|
@ -102,6 +102,8 @@ and specified with a _tag_.
|
||||
|
||||
@@option cap-drop
|
||||
|
||||
@@option cert-dir
|
||||
|
||||
@@option cgroup-conf
|
||||
|
||||
@@option cgroup-parent
|
||||
@ -132,6 +134,8 @@ and specified with a _tag_.
|
||||
|
||||
@@option cpuset-mems
|
||||
|
||||
@@option creds
|
||||
|
||||
@@option decryption-key
|
||||
|
||||
#### **--detach**, **-d**
|
||||
|
Reference in New Issue
Block a user