Merge pull request #1410 from bayazee/master

Remove duplicate line in exec_run documentation
This commit is contained in:
Joffrey F 2017-01-25 13:13:16 -08:00 committed by GitHub
commit 39deace7c6
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ class Container(Model):
user (str): User to execute command as. Default: root
detach (bool): If true, detach from the exec command.
Default: False
tty (bool): Allocate a pseudo-TTY. Default: False
stream (bool): Stream response data. Default: False
Returns: