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 61b9fd4 + d1c8336 commit c28ec0eCopy full SHA for c28ec0e
cli/command/cli.go
@@ -569,6 +569,8 @@ func (cli *DockerCli) initialize() error {
569
}
570
571
// Apply all the operation on the cli
572
+//
573
+// Deprecated: this method is no longer used and will be removed in the next release if there are no remaining users.
574
func (cli *DockerCli) Apply(ops ...CLIOption) error {
575
for _, op := range ops {
576
if err := op(cli); err != nil {
0 commit comments