DockerCLI/cli/config
Sebastiaan van Stijn 9f8bda1df9
cli/config: replace pkg/homedir dependency with local copy
There's some consumers of the config package that don't need any of the
other parts of the code, but because of the pkg/homedir were now forced
to also depend on docker/docker.

This patch introduces a local copy of the function to prevent this.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-24 11:41:53 +02:00
..
configfile cli-plugins: Introduce support for hooks 2024-03-22 17:30:18 +00:00
credentials use local ConvertToHostname() implementation 2024-06-14 00:25:21 +02:00
types Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
config.go cli/config: replace pkg/homedir dependency with local copy 2024-06-24 11:41:53 +02:00
config_test.go cli/config: do not discard permission errors when loading config-file 2024-05-22 10:31:59 +02:00