summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-22 14:16:44 -0400
committerGitHub <noreply@github.com>2022-08-22 14:16:44 -0400
commitaefd0aed3990848e77b706d673c23108092594a0 (patch)
treecb8a2efa3ed229875696791ce40c1c2f4b091a8d /docs/source/markdown/options
parente9fe85d53a37348b5c14f35655da7b0548f6fa61 (diff)
parentbd90818b02309bbda3fd953e8f6e574970e6918b (diff)
downloadpodman-aefd0aed3990848e77b706d673c23108092594a0.tar.gz
podman-aefd0aed3990848e77b706d673c23108092594a0.tar.bz2
podman-aefd0aed3990848e77b706d673c23108092594a0.zip
Merge pull request #15412 from edsantiago/docs_dedup_creds
Man pages: refactor common options: --creds
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r--docs/source/markdown/options/creds.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/options/creds.md b/docs/source/markdown/options/creds.md
new file mode 100644
index 000000000..23399dda4
--- /dev/null
+++ b/docs/source/markdown/options/creds.md
@@ -0,0 +1,5 @@
+#### **--creds**=*[username[:password]]*
+
+The [username[:password]] to use to authenticate with the registry if required.
+If one or both values are not supplied, a command line prompt will appear and the
+value can be entered. The password is entered without echo.