From 1e36be439d9937375e03737ef0f4fd085a6540dd Mon Sep 17 00:00:00 2001 From: flouthoc Date: Sat, 17 Apr 2021 21:47:51 +0530 Subject: Add support for podman login --verbose Signed-off-by: flouthoc --- docs/source/markdown/podman-login.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/source/markdown/podman-login.1.md') diff --git a/docs/source/markdown/podman-login.1.md b/docs/source/markdown/podman-login.1.md index 50c20fcec..3e23600fa 100644 --- a/docs/source/markdown/podman-login.1.md +++ b/docs/source/markdown/podman-login.1.md @@ -111,6 +111,14 @@ $ echo $testpassword | podman login -u testuser --password-stdin docker.io Login Succeeded! ``` +``` +$ podman login quay.io --verbose +Username: myusername +Password: +Used: /run/user/1000/containers/auth.json +Login Succeeded! +``` + ## SEE ALSO podman(1), podman-logout(1), containers-auth.json(5), containers-certs.d(5), containers-registries.conf(5) -- cgit v1.2.3-54-g00ecf