mirror of
https://github.com/containers/podman.git
synced 2026-03-16 13:48:18 -04:00
Man pages: refactor common options: cert-dir
...and, tweak markdown-process-review so it can detect and remove identical files, making review easier. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
5
docs/source/markdown/options/cert-dir.md
Normal file
5
docs/source/markdown/options/cert-dir.md
Normal file
@@ -0,0 +1,5 @@
|
||||
#### **--cert-dir**=*path*
|
||||
|
||||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. (Default: /etc/containers/certs.d)
|
||||
Please refer to **[containers-certs.d(5)](https://github.com/containers/image/blob/main/docs/containers-certs.d.5.md)** for details.
|
||||
(This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
@@ -164,10 +164,7 @@ If a capability is specified to both the **--cap-add** and **--cap-drop**
|
||||
options, it will be dropped, regardless of the order in which the options were
|
||||
given.
|
||||
|
||||
#### **--cert-dir**=*path*
|
||||
|
||||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. (Default: /etc/containers/certs.d)
|
||||
Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
@@option cert-dir
|
||||
|
||||
@@option cgroup-parent
|
||||
|
||||
|
||||
@@ -118,10 +118,7 @@ and as a result environment variable `FOO` will be set to `bar` for container `c
|
||||
|
||||
Build images even if they are found in the local storage. Use `--build=false` to completely disable builds. (This option is not available with the remote Podman client)
|
||||
|
||||
#### **--cert-dir**=*path*
|
||||
|
||||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. (Default: /etc/containers/certs.d)
|
||||
Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
@@option cert-dir
|
||||
|
||||
#### **--configmap**=*path*
|
||||
|
||||
|
||||
@@ -53,10 +53,7 @@ All tagged images in the repository will be pulled.
|
||||
|
||||
@@option authfile
|
||||
|
||||
#### **--cert-dir**=*path*
|
||||
|
||||
Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. (Default: /etc/containers/certs.d)
|
||||
Please refer to **[containers-certs.d(5)](https://github.com/containers/image/blob/main/docs/containers-certs.d.5.md)** for details. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
|
||||
@@option cert-dir
|
||||
|
||||
#### **--creds**=*[username[:password]]*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user