Merge pull request #1305 from gaffo/fix-spelling
Change reserve-compatibility to reverse-compatibility Upstream-commit: faf103e6ec8ee07637c002fd9e0b8d0caf11ec1d Component: engine
This commit is contained in:
@ -52,7 +52,7 @@ type Container struct {
|
||||
|
||||
waitLock chan struct{}
|
||||
Volumes map[string]string
|
||||
// Store rw/ro in a separate structure to preserve reserve-compatibility on-disk.
|
||||
// Store rw/ro in a separate structure to preserve reverse-compatibility on-disk.
|
||||
// Easier than migrating older container configs :)
|
||||
VolumesRW map[string]bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user