compose/cmd
Sebastiaan van Stijn 9752fa5500 pluginMain: remove uses of DockerCLI.Apply
The Apply method was added when CLI options for constructing the CLI were
rewritten into functional options in [cli@7f207f3]. There was no mention
in the pull request of this method specifically, and we want to remove or
reduce functions that mutate the CLI configuration after initialization
if possible (and likely remove the `Apply` method).

This patch removes the use of the `Apply` function as an intermediate step;
improvements will be made in the CLI itself for a more solid implementation.

[cli@7f207f3]: 7f207f3f95

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-09-24 14:09:55 +02:00
..
cmdtrace Integration of SetAttributes calls 2025-07-24 09:05:30 +02:00
compatibility Full test coverage for convert compatibility cmd 2025-02-05 18:08:54 +01:00
compose Update comment on run command with tty & piped command 2025-09-19 09:51:15 +02:00
formatter cmd/formatter: remove unused SetMultiErrorFormat 2025-08-25 11:22:25 +02:00
main.go pluginMain: remove uses of DockerCLI.Apply 2025-09-24 14:09:55 +02:00