From 66e137540f7b337706a2a7a1c7b1948f2acb4552 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 9 Nov 2016 17:49:09 -0800 Subject: [PATCH] move plugins out of experimental Signed-off-by: Victor Vieux Upstream-commit: f5cea67e3317fd7f439bd10fcd15f80b8a4b780b Component: cli --- components/cli/command/plugin/cmd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/components/cli/command/plugin/cmd.go b/components/cli/command/plugin/cmd.go index e55f4ef327..6e1160fd91 100644 --- a/components/cli/command/plugin/cmd.go +++ b/components/cli/command/plugin/cmd.go @@ -16,7 +16,6 @@ func NewPluginCommand(dockerCli *command.DockerCli) *cobra.Command { cmd.SetOutput(dockerCli.Err()) cmd.HelpFunc()(cmd, args) }, - Tags: map[string]string{"experimental": ""}, } cmd.AddCommand(