Kaydet (Commit) 74a3242b authored tarafından Vladimir Rutsky's avatar Vladimir Rutsky Kaydeden (comit) Vladimir Rutsky

specify default value of stream parameter of exec_start()

Signed-off-by: 's avatarVladimir Rutsky <vladimir@rutsky.org>
üst e7ad5361
......@@ -361,7 +361,7 @@ Start a previously set up exec instance.
* exec_id (str): ID of the exec instance
* detach (bool): If true, detach from the exec command. Default: False
* tty (bool): Allocate a pseudo-TTY. Default: False
* stream (bool): Stream response data
* stream (bool): Stream response data. Default: False
**Returns** (generator or str): If `stream=True`, a generator yielding response
chunks. A string containing response data otherwise.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment