diff options
| author | Joffrey F <f.joffrey@gmail.com> | 2015-08-26 15:36:47 -0700 |
|---|---|---|
| committer | Joffrey F <f.joffrey@gmail.com> | 2015-08-26 15:36:47 -0700 |
| commit | db1a93fd27a7627300c1fd54040d2f727ada78a4 (patch) | |
| tree | ddefddc8e0538dcdbd93ca3531f75092e4047c8c /docs | |
| parent | ddf879cc4ca58a4140dfa0f9798eba21e74c22a5 (diff) | |
| parent | 1c1d7eee5a7a583635892a2ba753a67c82a80325 (diff) | |
| download | docker-py-db1a93fd27a7627300c1fd54040d2f727ada78a4.tar.gz | |
Merge pull request #662 from stevenewey/exec_create_user
Exec create user
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md index 4307ea0..607cd47 100644 --- a/docs/api.md +++ b/docs/api.md @@ -303,6 +303,7 @@ Sets up an exec instance in a running container. * stdout (bool): Attach to stdout of the exec command if true. Default: True * stderr (bool): Attach to stderr of the exec command if true. Default: True * tty (bool): Allocate a pseudo-TTY. Default: False +* user (str): User to execute command as. Default: root **Returns** (dict): A dictionary with an exec 'Id' key. |
