Rename :cow to :copy
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
committed by
Christian Goll
parent
3a36016707
commit
9e91b1c19a
@@ -7,5 +7,5 @@ type MountEntry struct {
|
||||
Dest string `yaml:"dest,omitempty"`
|
||||
ReadOnly bool `yaml:"readonly,omitempty"`
|
||||
Options string `yaml:"options,omitempty"` // ignored at the moment
|
||||
Cow bool `yaml:"cow,omitempty"` // copy the file into the container and don't remove if modified
|
||||
Copy bool `yaml:"copy,omitempty"` // temporarily copy the file into the container
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user