зеркало из https://github.com/docker/engine-api.git
Merge pull request #364 from stevvooe/add-tty-and-groups
swarm/container: add support for TTY and supplementary groups
This commit is contained in:
Коммит
3ae7fcd11e
|
@ -15,6 +15,8 @@ type ContainerSpec struct {
|
|||
Env []string `json:",omitempty"`
|
||||
Dir string `json:",omitempty"`
|
||||
User string `json:",omitempty"`
|
||||
Groups []string `json:",omitempty"`
|
||||
TTY bool `json:",omitempty"`
|
||||
Mounts []mount.Mount `json:",omitempty"`
|
||||
StopGracePeriod *time.Duration `json:",omitempty"`
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче