add missing API changes

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: a7e6d2ca1fd30a6122a65558507135e7079ae6a7
Component: engine
This commit is contained in:
Victor Vieux
2017-02-19 01:33:43 -08:00
parent 55d1061650
commit 6446421ffd
5 changed files with 16 additions and 17 deletions
@@ -469,7 +469,7 @@ func addServiceFlags(cmd *cobra.Command, opts *serviceOptions) {
flags.SetAnnotation(flagTTY, "version", []string{"1.25"})
flags.BoolVar(&opts.readOnly, flagReadOnly, false, "Mount the container's root filesystem as read only")
flags.SetAnnotation(flagReadOnly, "version", []string{"1.26"})
flags.SetAnnotation(flagReadOnly, "version", []string{"1.27"})
}
const (