mirror of https://github.com/docker/docker-py.git
timeout param in wait documented
This commit is contained in:
parent
51c6b34859
commit
ec04e92c02
|
@ -723,6 +723,7 @@ If `container` a dict, the `Id` key is used.
|
|||
**Params**:
|
||||
|
||||
* container (str or dict): The container to wait on
|
||||
* timeout (int): Request timeout
|
||||
|
||||
**Returns** (int): The exit code of the container
|
||||
|
||||
|
|
Loading…
Reference in New Issue