initialize env mapping

Signed-off-by: Daniel Dao <dqminh@cloudflare.com>
This commit is contained in:
Daniel Dao 2016-01-18 15:58:37 +00:00
parent 871697fe74
commit 127b09f5ae

View File

@ -139,6 +139,7 @@ func newDockerContainerHandler(
rootFs: rootFs, rootFs: rootFs,
rootfsStorageDir: rootfsStorageDir, rootfsStorageDir: rootfsStorageDir,
fsHandler: newFsHandler(time.Minute, rootfsStorageDir, otherStorageDir, fsInfo), 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. // We assume that if Inspect fails then the container is not known to docker.