mirror of https://github.com/docker/cli.git
move plugins out of experimental
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
79e1fd01ce
commit
f5cea67e33
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue