Skip to content

Commit

Permalink
initialize env mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dao <dqminh@cloudflare.com>
  • Loading branch information
dqminh committed Jan 18, 2016
1 parent 871697f commit 127b09f
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 127b09f

Please sign in to comment.