DockerCLI/cli/config
Sebastiaan van Stijn ab80ea355f
cli/config/credentials: move warning to fileStore
The fileStore itself is aware that it's insecure, so we can make it
responsible for printing the warning. It's not "perfect", as we use
`os.Stderr` unconditionally (not `dockerCli.Err()`), but probably won't
make a difference in _most_ cases.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-19 01:42:01 +02:00
..
configfile test spring-cleaning 2024-07-04 01:35:12 +02:00
credentials cli/config/credentials: move warning to fileStore 2024-07-19 01:42:01 +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