DockerCLI/cli/command
Sebastiaan van Stijn cca73bff41
cli/command/volume: remove deprecated io/ioutil
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-02-25 15:42:13 +01:00
..
builder Fix builder prune -a/--all flag description 2020-02-18 14:30:28 +01:00
checkpoint cli/command/checkpoint: remove deprecated io/ioutil 2022-02-25 15:35:51 +01:00
commands Remove "docker engine" subcommands 2019-12-12 17:51:25 +01:00
config cli/command/config: remove deprecated io/ioutil 2022-02-25 15:36:08 +01:00
container cli/command/container: remove deprecated io/ioutil 2022-02-25 15:36:23 +01:00
context cli/command/context: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:41:50 +01:00
formatter formatter: mark KubernetesEndpoint templating option as deprecated 2022-02-24 13:36:01 +01:00
idresolver bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
image cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:41:55 +01:00
inspect bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
manifest cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
network cli/command/context: remove deprecated io/ioutil 2022-02-25 15:42:05 +01:00
node cli/command/node: remove deprecated io/ioutil 2022-02-25 15:42:06 +01:00
plugin cli/command/plugin: remove deprecated io/ioutil 2022-02-25 15:42:07 +01:00
registry cli/command/registry: remove deprecated io/ioutil 2022-02-25 15:42:07 +01:00
secret cli/command/secret: remove deprecated io/ioutil 2022-02-25 15:42:08 +01:00
service cli/command/service: remove deprecated io/ioutil 2022-02-25 15:42:09 +01:00
stack cli/command/stack: remove deprecated io/ioutil 2022-02-25 15:42:10 +01:00
swarm cli/command/swarm: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:11 +01:00
system cli/command/system: remove deprecated io/ioutil 2022-02-25 15:42:11 +01:00
task formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
testdata Dynamically register kubernetes context store endpoint type. 2019-05-20 13:28:11 +01:00
trust cli/command/trust: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:12 +01:00
volume cli/command/volume: remove deprecated io/ioutil 2022-02-25 15:42:13 +01:00
cli.go bring back and expose BuildKitEnabled func 2022-02-24 17:57:56 +01:00
cli_options.go update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount 2020-04-22 17:16:13 +02:00
cli_options_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
cli_test.go Remove support for encrypted TLS private keys 2022-01-27 14:26:32 +01:00
context.go remove obsolete mutli-orchestrator support 2022-02-22 15:28:12 +01:00
context_test.go remove obsolete mutli-orchestrator support 2022-02-22 15:28:12 +01:00
defaultcontextstore.go remove obsolete mutli-orchestrator support 2022-02-22 15:28:12 +01:00
defaultcontextstore_test.go config: mark stackOrchestrator option as deprecated 2022-02-24 13:35:03 +01:00
events_utils.go updated vendoring 2017-09-01 19:41:06 -04:00
registry.go registry: ensure default auth config has address 2021-10-04 11:36:13 -07:00
registry_test.go registry: ensure default auth config has address 2021-10-04 11:36:13 -07:00
streams.go Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine 2019-01-28 14:36:00 +01:00
trust.go Refactor content_trust cli/flags handling 2018-03-08 15:00:43 -05:00
utils.go build: remove PersistentPreRunE hack for experimental --platform 2020-11-16 14:58:11 +01:00
utils_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00