initialize env mapping
Signed-off-by: Daniel Dao <dqminh@cloudflare.com>
This commit is contained in:
parent
871697fe74
commit
127b09f5ae
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user