change file location
Upstream-commit: 27a137ccab5990721298cf58aee588ca9b4200ff Component: engine
This commit is contained in:
@ -997,7 +997,7 @@ func (container *Container) ReadLog(name string) (io.Reader, error) {
|
||||
}
|
||||
|
||||
func (container *Container) hostConfigPath() string {
|
||||
return path.Join("/tmp", container.ID+".config.host")
|
||||
return path.Join(container.root, "hostconfig.json")
|
||||
}
|
||||
|
||||
func (container *Container) jsonPath() string {
|
||||
|
||||
Reference in New Issue
Block a user