Fixup rebase.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2015-07-13 14:50:30 -04:00
parent d77d0268eb
commit 7fb456589b
1 changed files with 0 additions and 3 deletions

View File

@ -301,9 +301,6 @@ func populateCommand(c *Container, env []string) error {
AutoCreatedDevices: autoCreatedDevices,
CapAdd: c.hostConfig.CapAdd.Slice(),
CapDrop: c.hostConfig.CapDrop.Slice(),
GroupAdd: c.hostConfig.GroupAdd.Slice(),
CapAdd: c.hostConfig.CapAdd,
CapDrop: c.hostConfig.CapDrop,
GroupAdd: c.hostConfig.GroupAdd,
ProcessConfig: processConfig,
ProcessLabel: c.GetProcessLabel(),