mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Add support for podman login --verbose
Signed-off-by: flouthoc <flouthoc.git@gmail.com>
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