Skip to content

Commit

Permalink
Merge pull request #518 from dklimpel/fix_docs_login
Browse files Browse the repository at this point in the history
fix(doc): correction of the example for the registry at the login
  • Loading branch information
openshift-merge-bot[bot] authored Feb 24, 2025
2 parents 2a29132 + 091f6f9 commit d406f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman/domain/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def login( # pylint: disable=too-many-arguments,too-many-positional-arguments,u
password: Registry plaintext password
email: Registry account email address
registry: URL for registry access. For example,
https://quay.io/v2
reauth: Ignored: If True, refresh existing authentication. Default: False
dockercfg_path: Ignored: Path to custom configuration file.
https://quay.io/v2
auth: TODO: Add description based on the source code of Podman.
identitytoken: IdentityToken is used to authenticate the user and
get an access token for the registry.
Expand Down

0 comments on commit d406f55

Please sign in to comment.