mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Merge pull request #10068 from flouthoc/master
[CI:DOCS] Add support for `podman login --verbose`
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user