Skip to content

Commit

Permalink
Merge pull request #3292 from yasonk/fix-exec_run-doc
Browse files Browse the repository at this point in the history
fixing doc for stream param in exec_run
  • Loading branch information
thaJeztah authored Sep 30, 2024
2 parents e031cf0 + 6bbf741 commit a8bac88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/models/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ def exec_run(self, cmd, stdout=True, stderr=True, stdin=False, tty=False,
user (str): User to execute command as. Default: root
detach (bool): If true, detach from the exec command.
Default: False
stream (bool): Stream response data. Default: False
stream (bool): Stream response data. Ignored if ``detach`` is true.
Default: False
socket (bool): Return the connection socket to allow custom
read/write operations. Default: False
environment (dict or list): A dictionary or a list of strings in
Expand Down

0 comments on commit a8bac88

Please sign in to comment.