File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ func installCmd(dockerCli command.Cli) *cobra.Command {
4747 RunE : func (cmd * cobra.Command , args []string ) error {
4848 return runInstall (dockerCli , options )
4949 },
50+ Deprecated : "use 'docker buildx' directly, without relying on the 'docker builder' alias" ,
5051 Hidden : true ,
5152 ValidArgsFunction : completion .Disable ,
5253 DisableFlagsInUseLine : true ,
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ func uninstallCmd(dockerCli command.Cli) *cobra.Command {
5353 RunE : func (cmd * cobra.Command , args []string ) error {
5454 return runUninstall (dockerCli , options )
5555 },
56+ Deprecated : "use 'docker buildx' directly, without relying on the 'docker builder' alias" ,
5657 Hidden : true ,
5758 ValidArgsFunction : completion .Disable ,
5859 DisableFlagsInUseLine : true ,
You can’t perform that action at this time.
0 commit comments