Change reserve-compatibility to reverse-compatibility

This commit is contained in:
Mike Gaffney 2013-07-26 01:10:42 -07:00
parent 422378cb85
commit 4ebe2cf348
1 changed files with 1 additions and 1 deletions

View File

@ -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
}