mirror of https://github.com/docker/docker-py.git
Updates docs for rename of `name` to `repository`
Signed-off-by: James Meakin <jamesmeakin@gmail.com>
This commit is contained in:
parent
9c2b4e12f8
commit
cf1d869105
|
@ -284,7 +284,7 @@ class ImageCollection(Collection):
|
|||
low-level API.
|
||||
|
||||
Args:
|
||||
name (str): The repository to pull
|
||||
repository (str): The repository to pull
|
||||
tag (str): The tag to pull
|
||||
auth_config (dict): Override the credentials that
|
||||
:py:meth:`~docker.client.DockerClient.login` has set for
|
||||
|
|
Loading…
Reference in New Issue