Merge pull request #817 from vdemeester/make-manifest-cmd-experimental

Mark docker-manifest command as experimental (cli)
This commit is contained in:
Brian Goff 2018-01-18 17:46:15 -05:00 committed by GitHub
commit da86425e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ func NewManifestCommand(dockerCli command.Cli) *cobra.Command {
Run: func(cmd *cobra.Command, args []string) {
fmt.Fprintf(dockerCli.Err(), "\n"+cmd.UsageString())
},
Annotations: map[string]string{"experimentalCLI": ""},
}
cmd.AddCommand(
newCreateListCommand(dockerCli),