Skip to content

Commit 091f6f9

Browse files
committed
fix(doc): correction of the example for the registry at the login
Signed-off-by: dklimpel <[email protected]>
1 parent 2a29132 commit 091f6f9

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)