|
@@ -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(),
|