Skip to content

Commit

Permalink
fix(doc): correction of the example for the registry at the login
Browse files Browse the repository at this point in the history
Signed-off-by: dklimpel <5740567+dklimpel@users.noreply.github.com>
  • Loading branch information
dklimpel committed Feb 24, 2025
1 parent 2a29132 commit 091f6f9
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 091f6f9

Please sign in to comment.