Sebastiaan van Stijn
f6d49e9ca4
docs: remove legacy build-tags
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-03-08 12:47:19 +01:00
Sebastiaan van Stijn
9b525bc9d1
vendor: github.com/docker/docker 36a3bd090489 (master, v28.0-dev)
...
full diff: https://github.com/docker/docker/compare/164cae56ed95...36a3bd090489966928e26b29ae1ed9e0ce9e7016
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-10-18 17:48:05 +02:00
Sebastiaan van Stijn
64a3fb82dc
docs: fix typos and version for cli-docs-tool scripts
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-07-17 15:25:37 +02:00
Sebastiaan van Stijn
86162f7816
feat: use main func ctx for cobra and use ctx in tests
...
Explicitly create the context and set it on the CLI, instead of depending on
NewDockerCli() to instance a default context.
Co-authored-by: Sebastiaan van Stijn <github@gone.nl >
Co-authored-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com >
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com >
2024-04-25 12:00:31 +02:00
Sebastiaan van Stijn
88f44ec159
cli: SetupRootCommand: remove redundant flags return
...
The flag-set that was returned is a pointer to the command's Flags(), which
is in itself passed by reference (as it is modified / set up).
This patch removes the flags return, to prevent assuming it's different than
the command's flags.
While SetupRootCommand is exported, a search showed that it's only used internally,
so changing the signature should not be a problem.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-06-28 16:26:50 +02:00
David Karlsson
1e3622c50c
docs: move doc generation scripts to subdir
...
Signed-off-by: David Karlsson <david.karlsson@docker.com >
2023-01-31 06:33:23 +01:00