mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
change file location
This commit is contained in:
parent
06b53e3fc7
commit
27a137ccab
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue