Merge pull request #3292 from yasonk/fix-exec_run-doc

fixing doc for stream param in exec_run
This commit is contained in:
Sebastiaan van Stijn 2024-09-30 23:22:45 +02:00 committed by GitHub
commit a8bac88221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,8 @@ class Container(Model):
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