mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
add missing API changes
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: e858f5f7c4
Component: cli
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user