mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Set default storage from containers.conf for temporary images
Fixes: https://github.com/containers/podman/issues/11107 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -108,6 +108,7 @@ type StoreInfo struct {
|
||||
GraphOptions map[string]interface{} `json:"graphOptions"`
|
||||
GraphRoot string `json:"graphRoot"`
|
||||
GraphStatus map[string]string `json:"graphStatus"`
|
||||
ImageCopyTmpDir string `json:"imageCopyTmpDir"`
|
||||
ImageStore ImageStore `json:"imageStore"`
|
||||
RunRoot string `json:"runRoot"`
|
||||
VolumePath string `json:"volumePath"`
|
||||
|
Reference in New Issue
Block a user