Skip to content

Commit 928687e

Browse files
Merge pull request #10068 from flouthoc/master
[CI:DOCS] Add support for `podman login --verbose`
2 parents 4cf3861 + 1e36be4 commit 928687e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/markdown/podman-login.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ $ echo $testpassword | podman login -u testuser --password-stdin docker.io
111111
Login Succeeded!
112112
```
113113

114+
```
115+
$ podman login quay.io --verbose
116+
Username: myusername
117+
Password:
118+
Used: /run/user/1000/containers/auth.json
119+
Login Succeeded!
120+
```
121+
114122
## SEE ALSO
115123
podman(1), podman-logout(1), containers-auth.json(5), containers-certs.d(5), containers-registries.conf(5)
116124

0 commit comments

Comments
 (0)