Skip to content

Commit

Permalink
Merge pull request #10068 from flouthoc/master
Browse files Browse the repository at this point in the history
[CI:DOCS] Add support for `podman login --verbose`
  • Loading branch information
openshift-merge-robot authored Jun 20, 2021
2 parents 4cf3861 + 1e36be4 commit 928687e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/markdown/podman-login.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 928687e

Please sign in to comment.