mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
distinguish stdout and stderr
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
04d9bc49ed
commit
96e1e041d6
7 changed files with 34 additions and 30 deletions
|
|
@ -208,8 +208,9 @@ type RunOptions struct {
|
|||
Entrypoint []string
|
||||
Detach bool
|
||||
AutoRemove bool
|
||||
Writer io.WriteCloser
|
||||
Reader io.ReadCloser
|
||||
Stdin io.ReadCloser
|
||||
Stdout io.WriteCloser
|
||||
Stderr io.WriteCloser
|
||||
Tty bool
|
||||
WorkingDir string
|
||||
User string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue