distinguish stdout and stderr

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-07-02 07:55:08 +02:00
parent 04d9bc49ed
commit 96e1e041d6
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E
7 changed files with 34 additions and 30 deletions

View file

@ -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