mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 05:07:22 +00:00
change file location
This commit is contained in:
+1
-1
@@ -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