summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2014-12-15 17:34:51 -0800
committerJoffrey F <joffrey@docker.com>2014-12-15 17:34:51 -0800
commitec04e92c0249a8f62e6c7b727c6061a9910b249a (patch)
tree5b5ef09f72ea8df1d46c8ad6cfb59cc9db98303f
parent51c6b348599d660f43318318333917fe0803548c (diff)
downloaddocker-py-ec04e92c0249a8f62e6c7b727c6061a9910b249a.tar.gz
timeout param in wait documented
-rw-r--r--docs/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index d62fc51..f5b883a 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -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