DockerCLI/cli/config
Tibor Vass 7a279af43d config: revert to using pkg/homedir
In c2626a82 homedir logic got extremely simplified to only
checking HOME environment variable on UNIX systems.

Although this should work well enough in traditional environments,
this could break minimal containerized environments.

This patch reverts to using github.com/docker/docker/pkg/homedir
that was recently updated to have less dependencies.

Signed-off-by: Tibor Vass <tibor@docker.com>
2019-10-07 21:05:58 +00:00
..
configfile cli-plugins: alias an existing allowed command (only builder for now) 2019-04-19 01:26:45 +00:00
credentials Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
types Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
config.go config: revert to using pkg/homedir 2019-10-07 21:05:58 +00:00
config_test.go cli/config: use os.UserHomeDir instead of github.com/docker/docker/pkg/homedir 2019-09-23 23:27:52 +00:00