Add expanded mount syntax to Compose schema and types.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
master
Daniel Nephin 2017-01-19 16:48:30 -05:00 committed by Vincent Demeester
parent ce42bb22a3
commit 5a39df474b
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func (m *MountOpt) Set(value string) error {
case "volume-nocopy":
volumeOptions().NoCopy, err = strconv.ParseBool(value)
if err != nil {
return fmt.Errorf("invalid value for populate: %s", value)
return fmt.Errorf("invalid value for volume-nocopy: %s", value)
}
case "volume-label":
setValueOnMap(volumeOptions().Labels, value)