Skip to content

Commit

Permalink
Merge pull request #1063 from dqminh/fix-envs-handler
Browse files Browse the repository at this point in the history
Initialize env mapping for labels when creating docker container
  • Loading branch information
jimmidyson committed Jan 27, 2016
2 parents 1f6f660 + 127b09f commit 4c345b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/docker/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func newDockerContainerHandler(
rootFs: rootFs,
rootfsStorageDir: rootfsStorageDir,
fsHandler: newFsHandler(time.Minute, rootfsStorageDir, otherStorageDir, fsInfo),
envs: make(map[string]string),
}

// We assume that if Inspect fails then the container is not known to docker.
Expand Down

0 comments on commit 4c345b1

Please sign in to comment.