diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-08-21 09:34:51 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-21 14:29:15 +0000 |
commit | 7e94fbb4936d189cd79e2159859f0f8aa02584e6 (patch) | |
tree | 0ec14ddbb04759d79019de2cda1fad1b902a3b1f /docs/podman-pull.1.md | |
parent | 803dbf204144c42ea06d2d9307b2df7626e63038 (diff) | |
download | podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.tar.gz podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.tar.bz2 podman-7e94fbb4936d189cd79e2159859f0f8aa02584e6.zip |
Touch up cert-dir in man pages
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #1312
Approved by: rhatdan
Diffstat (limited to 'docs/podman-pull.1.md')
-rw-r--r-- | docs/podman-pull.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index a0f516068..3a22caa57 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -50,9 +50,9 @@ Image stored in local container/storage Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. -**--cert-dir** +**--cert-dir** *path* -Pathname of a directory containing TLS certificates and keys. +Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. Default certificates directory is _/etc/containers/certs.d_. **--creds** |