1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update executor fixes from swarmkit

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2016-08-09 11:50:20 -07:00
parent 3b555a575d
commit 5673c53417
2 changed files with 2 additions and 1 deletions

View file

@ -276,6 +276,7 @@ func (c *containerConfig) hostConfig() *enginecontainer.HostConfig {
Resources: c.resources(), Resources: c.resources(),
Binds: c.binds(), Binds: c.binds(),
Tmpfs: c.tmpfs(), Tmpfs: c.tmpfs(),
GroupAdd: c.spec().Groups,
} }
if c.task.LogDriver != nil { if c.task.LogDriver != nil {