change file location

This commit is contained in:
Victor Vieux 2013-07-02 17:02:42 +00:00
parent 06b53e3fc7
commit 27a137ccab
1 changed files with 1 additions and 1 deletions

View File

@ -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 {