Skip to content

Commit d406f55

Browse files
Merge pull request #518 from dklimpel/fix_docs_login
fix(doc): correction of the example for the registry at the login
2 parents 2a29132 + 091f6f9 commit d406f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman/domain/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def login( # pylint: disable=too-many-arguments,too-many-positional-arguments,u
5656
password: Registry plaintext password
5757
email: Registry account email address
5858
registry: URL for registry access. For example,
59+
https://quay.io/v2
5960
reauth: Ignored: If True, refresh existing authentication. Default: False
6061
dockercfg_path: Ignored: Path to custom configuration file.
61-
https://quay.io/v2
6262
auth: TODO: Add description based on the source code of Podman.
6363
identitytoken: IdentityToken is used to authenticate the user and
6464
get an access token for the registry.

0 commit comments

Comments
 (0)