mirror of
https://github.com/containers/podman.git
synced 2025-07-30 20:02:37 +08:00
Merge pull request #16243 from alexlarsson/volume-create-ignore
Add podman volume create --ignore
This commit is contained in:
@ -17,10 +17,11 @@ type Volume struct {
|
||||
config *VolumeConfig
|
||||
state *VolumeState
|
||||
|
||||
valid bool
|
||||
plugin *plugin.VolumePlugin
|
||||
runtime *Runtime
|
||||
lock lock.Locker
|
||||
ignoreIfExists bool
|
||||
valid bool
|
||||
plugin *plugin.VolumePlugin
|
||||
runtime *Runtime
|
||||
lock lock.Locker
|
||||
}
|
||||
|
||||
// VolumeConfig holds the volume's immutable configuration.
|
||||
|
Reference in New Issue
Block a user