mirror of https://github.com/docker/docker-py.git
Fix docs, incorrect param name
Signed-off-by: brett55 <bjcull2@gmail.com>
This commit is contained in:
parent
7107e265b1
commit
ba66b09e2b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue