diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-05-25 14:00:06 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-05-25 14:00:06 +0200 |
commit | 586af5c7477f83fd96b58f1cb60e7af3f5a59530 (patch) | |
tree | 8a6cef1756c5e342014aad7b88a0114f7e109982 /docs/source/markdown/podman-container-runlabel.1.md | |
parent | 78df4f6fb2e2a404ace69219a50652f4335b7ce1 (diff) | |
download | podman-586af5c7477f83fd96b58f1cb60e7af3f5a59530.tar.gz podman-586af5c7477f83fd96b58f1cb60e7af3f5a59530.tar.bz2 podman-586af5c7477f83fd96b58f1cb60e7af3f5a59530.zip |
docs: --cert-dir: point to containers-certs.d(5)
Point to containers-certs.d(5) for details on the default paths, the
lookup logic and the structure of these directories. Previously, the
man pages stated that the default path would be in `/etc/containers/...`
which is not entirely and a red herring for users (see #10116).
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-container-runlabel.1.md')
-rw-r--r-- | docs/source/markdown/podman-container-runlabel.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-container-runlabel.1.md b/docs/source/markdown/podman-container-runlabel.1.md index aee849cbd..e343a12fe 100644 --- a/docs/source/markdown/podman-container-runlabel.1.md +++ b/docs/source/markdown/podman-container-runlabel.1.md @@ -57,7 +57,7 @@ The runlabel command will not execute if --display is specified. #### **--cert-dir**=*path* Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. -Default certificates directory is _/etc/containers/certs.d_. (This option is not available with the remote Podman client) +Please refer to containers-certs.d(5) for details. (This option is not available with the remote Podman client) #### **--creds**=*[username[:password]]* @@ -105,7 +105,7 @@ $ sudo podman container runlabel --display run foobar ``` ## SEE ALSO -podman(1) +podman(1), containers-certs.d(5) ## HISTORY September 2018, Originally compiled by Brent Baude (bbaude at redhat dot com) |