diff --git a/cli/command/cli.go b/cli/command/cli.go index 2d5e3088b9f3..f418af55a0ae 100644 --- a/cli/command/cli.go +++ b/cli/command/cli.go @@ -567,6 +567,8 @@ func (cli *DockerCli) initialize() error { } // Apply all the operation on the cli +// +// Deprecated: this method is no longer used and will be removed in the next release if there are no remaining users. func (cli *DockerCli) Apply(ops ...CLIOption) error { for _, op := range ops { if err := op(cli); err != nil {