From 7fb456589bee9d98cc7273cae25ae2d7aa743975 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Mon, 13 Jul 2015 14:50:30 -0400 Subject: [PATCH] Fixup rebase. Signed-off-by: Mrunal Patel --- daemon/container_unix.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/daemon/container_unix.go b/daemon/container_unix.go index 86238d819a..c5d3c01bb6 100644 --- a/daemon/container_unix.go +++ b/daemon/container_unix.go @@ -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(),