mirror of
https://github.com/containers/podman.git
synced 2025-06-30 07:26:39 +08:00
Merge pull request #5676 from kolyshkin/volume-flags-alt
Fix/improve pkg/storage.InitFSMounts
This commit is contained in:
@ -1334,7 +1334,7 @@ func WithNamedVolumes(volumes []*ContainerNamedVolume) CtrCreateOption {
|
||||
}
|
||||
destinations[vol.Dest] = true
|
||||
|
||||
mountOpts, err := util.ProcessOptions(vol.Options, false, nil)
|
||||
mountOpts, err := util.ProcessOptions(vol.Options, false, "")
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "error processing options for named volume %q mounted at %q", vol.Name, vol.Dest)
|
||||
}
|
||||
|
Reference in New Issue
Block a user