Merge pull request #11936 from runcom/11935-remove-duplicate-assignment

Remove duplicate assignment
This commit is contained in:
Michael Crosby 2015-03-30 15:16:11 -07:00
commit 69b84c5be9
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ func InitContainer(c *Command) *configs.Config {
container.Hostname = getEnv("HOSTNAME", c.ProcessConfig.Env)
container.Cgroups.Name = c.ID
container.Cgroups.AllowedDevices = c.AllowedDevices
container.Readonlyfs = c.ReadonlyRootfs
container.Devices = c.AutoCreatedDevices
container.Rootfs = c.Rootfs
container.Readonlyfs = c.ReadonlyRootfs