зеркало из https://github.com/docker/engine-api.git
Merge pull request #323 from jwendell/24355
types/configs: Add Env to ExecConfig struct
This commit is contained in:
Коммит
003df11958
|
@ -49,6 +49,7 @@ type ExecConfig struct {
|
|||
AttachStdout bool // Attach the standard output
|
||||
Detach bool // Execute in detach mode
|
||||
DetachKeys string // Escape keys for detach
|
||||
Env []string // Environment variables
|
||||
Cmd []string // Execution commands and args
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче