We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef3c19a + 24bfedf commit f369c5bCopy full SHA for f369c5b
cli/command/cli.go
@@ -568,6 +568,8 @@ func (cli *DockerCli) initialize() error {
568
}
569
570
// Apply all the operation on the cli
571
+//
572
+// Deprecated: this method is no longer used and will be removed in the next release if there are no remaining users.
573
func (cli *DockerCli) Apply(ops ...CLIOption) error {
574
for _, op := range ops {
575
if err := op(cli); err != nil {
0 commit comments