storage/types
Daniel J Walsh f75d738e63
Use system defaults if storage.conf does not exist in XDG_CONFIG_HOME
Follow up to https://github.com/containers/storage/pull/1357

Podman tests suggest that do not need to use XDG_CONFIG_HOME if
storage.conf does not exists.  In that case we fall back to
/etc/containers/storage.conf and /usr/share/containers/storage.conf

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-27 14:21:54 -04:00
..
default_override_test.conf Added support for CONTAINERS_STORAGE_CONF override 2021-06-09 10:17:09 +02:00
errors.go containers: detect overlapping mappings 2022-02-08 09:57:34 +01:00
idmappings.go Switch to golang native error wrapping 2022-07-07 13:22:46 +02:00
options.go Use system defaults if storage.conf does not exist in XDG_CONFIG_HOME 2022-09-27 14:21:54 -04:00
options_darwin.go Change default location for storage.conf to... 2022-05-03 16:39:32 +01:00
options_freebsd.go Change default location for storage.conf to... 2022-05-03 16:39:32 +01:00
options_linux.go Change default location for storage.conf to... 2022-05-03 16:39:32 +01:00
options_test.go types: logrus: remove trailing dots 2022-05-17 13:56:38 +02:00
options_windows.go Change default location for storage.conf to... 2022-05-03 16:39:32 +01:00
storage_broken.conf Add test for bad entries in storage.conf 2021-07-01 04:50:58 -04:00
storage_test.conf Move storageOpts structures into types subdir to shrink bindings. 2021-02-26 05:34:09 -05:00
utils.go Use os.ReadFile instead of ioutil.ReadFile 2022-09-12 16:30:43 +02:00
utils_test.go Use os.WriteFile instead of ioutil.WriteFile 2022-09-12 16:31:34 +02:00