diff options
author | Ed Santiago <santiago@redhat.com> | 2022-08-22 07:32:36 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-08-22 09:39:37 -0600 |
commit | bd90818b02309bbda3fd953e8f6e574970e6918b (patch) | |
tree | 6bb467d7dee31376e0d5ed7a136c3ca0d0b796a0 /docs/source/markdown/options | |
parent | 11cc72d580e633f7f236cc1c78fb6146d4042c01 (diff) | |
download | podman-bd90818b02309bbda3fd953e8f6e574970e6918b.tar.gz podman-bd90818b02309bbda3fd953e8f6e574970e6918b.tar.bz2 podman-bd90818b02309bbda3fd953e8f6e574970e6918b.zip |
Man pages: refactor common options: --creds
Refactor the --creds option. I went with the one in podman-pull
The main difference between all of them is the '####' line,
differences in the param descriptions. podman-pull had the
clearest one.
This is another one that hack/markdown-preprocess-review is
good for reviewing.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/creds.md | 5 |
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. |