DockerCLI/cli/config
Sebastiaan van Stijn dc75e9ed6c
cli/config: do not discard permission errors when loading config-file
When attempting to load a config-file that exists, but is not accessible for
the current user, we should not discard the error.

This patch makes sure that the error is returned by Load(), but does not yet
change LoadDefaultConfigFile, as this requires a change in signature.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-05-22 10:31:59 +02:00
..
configfile cli-plugins: Introduce support for hooks 2024-03-22 17:30:18 +00:00
credentials Fix setting ServerAddress property in NativeStore 2023-11-11 14:22:23 +01:00
types Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
config.go cli/config: do not discard permission errors when loading config-file 2024-05-22 10:31:59 +02:00
config_test.go cli/config: do not discard permission errors when loading config-file 2024-05-22 10:31:59 +02:00