mirror of https://github.com/docker/docker-py.git
Merge pull request #1410 from bayazee/master
Remove duplicate line in exec_run documentation
This commit is contained in:
commit
39deace7c6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue