mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
use docker/cli RunExec and RunStart to handle all the interactive/tty/* terminal logic
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
d999c230a5
commit
1d4b4e3c8e
8 changed files with 49 additions and 310 deletions
|
|
@ -216,6 +216,7 @@ type RunOptions struct {
|
|||
Detach bool
|
||||
AutoRemove bool
|
||||
Tty bool
|
||||
Interactive bool
|
||||
WorkingDir string
|
||||
User string
|
||||
Environment []string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue