diff --git a/docker/models/images.py b/docker/models/images.py index d1b29ad8..2aae46d8 100644 --- a/docker/models/images.py +++ b/docker/models/images.py @@ -254,7 +254,7 @@ class ImageCollection(Collection): low-level API. Args: - repository (str): The repository to pull + name (str): The repository to pull tag (str): The tag to pull insecure_registry (bool): Use an insecure registry auth_config (dict): Override the credentials that