mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00
Add U volume flag to chown source volumes
Signed-off-by: Eduardo Vega <edvegavalerio@gmail.com>
This commit is contained in:
@ -236,6 +236,8 @@ type ContainerOverlayVolume struct {
|
||||
Dest string `json:"dest"`
|
||||
// Source specifies the source path of the mount.
|
||||
Source string `json:"source,omitempty"`
|
||||
// Options holds overlay volume options.
|
||||
Options []string `json:"options,omitempty"`
|
||||
}
|
||||
|
||||
// ContainerImageVolume is a volume based on a container image. The container
|
||||
|
Reference in New Issue
Block a user