mirror of https://github.com/docker/docker-py.git
Small docs clarification
This commit is contained in:
parent
1445956010
commit
e1a6f2e0ff
|
@ -503,6 +503,7 @@ Identical to the `docker pull` command.
|
|||
* stream (bool): Stream the output as a generator
|
||||
* insecure_registry (bool): Use an insecure registry
|
||||
* auth_config (dict): Override the credentials that Client.login has set for this request
|
||||
`auth_config` should contain the `username` and `password` keys to be valid.
|
||||
|
||||
**Returns** (generator or str): The output
|
||||
|
||||
|
|
Loading…
Reference in New Issue