storage/types
Giuseppe Scrivano 13a86a4f8d
store: prefer /etc/containers/storage.conf
when running in rootful mode, if it is present, prefer the override path
/etc/containers/storage.conf instead of using the default storage.conf
provided by the package under the /usr/share/containers/ directory.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
(cherry picked from commit f64e1bd14a)
2023-01-20 10:28:10 +01:00
..
default_override_test.conf Added support for CONTAINERS_STORAGE_CONF override 2021-06-09 10:17:09 +02:00
errors.go Define error type for ErrNoAvailableIDs 2023-01-03 14:24:35 -05:00
idmappings.go Switch to golang native error wrapping 2022-07-07 13:22:46 +02:00
options.go Only override the graphdriver to vfs if the priority is unset 2023-01-16 09:03:42 +01:00
options_darwin.go Expose System wide config file 2022-10-26 12:10:09 -04:00
options_freebsd.go Expose System wide config file 2022-10-26 12:10:09 -04:00
options_linux.go Expose System wide config file 2022-10-26 12:10:09 -04:00
options_test.go Use testing.T.Setenv 2022-10-17 20:04:31 +02:00
options_windows.go Expose System wide config file 2022-10-26 12:10:09 -04: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 store: prefer /etc/containers/storage.conf 2023-01-20 10:28:10 +01:00
utils_test.go Use testing.T.Setenv 2022-10-17 20:04:31 +02:00