0106cf
% CONTAINERS-REGISTRIES.CONF.D 5
fa61e0
% Valentin Rothberg
fa61e0
% Mar 2020
fa61e0
fa61e0
# NAME
fa61e0
containers-registries.conf.d - directory for drop-in registries.conf files
fa61e0
fa61e0
# DESCRIPTION
fa61e0
CONTAINERS-REGISTRIES.CONF.D is a system-wide directory for drop-in
fa61e0
configuration files in the `containers-registries.conf(5)` format.
fa61e0
fa61e0
By default, the directory is located at `/etc/containers/registries.conf.d`.
fa61e0
fa61e0
# CONFIGURATION PRECEDENCE
fa61e0
fa61e0
Once the main configuration at `/etc/containers/registries.conf` is loaded, the
fa61e0
files in `/etc/containers/registries.conf.d` are loaded in alpha-numerical
fa61e0
order. Then the conf files in `$HOME/.config/containers/registries.conf.d` are loaded in alpha-numerical order, if they exist. If the `$HOME/.config/containers/registries.conf` is loaded, only the conf files under `$HOME/.config/containers/registries.conf.d` are loaded in alpha-numerical order.
fa61e0
Specified fields in a conf file will overwrite any previous setting.  Note
fa61e0
that only files with the `.conf` suffix are loaded, other files and
fa61e0
sub-directories are ignored.
fa61e0
fa61e0
For instance, setting the `unqualified-search-registries` in
fa61e0
`/etc/containers/registries.conf.d/myregistries.conf` will overwrite previous
fa61e0
settings in `/etc/containers/registries.conf`.  The `[[registry]]` tables merged
fa61e0
by overwriting existing items if the prefixes are identical while new ones are
fa61e0
added.
fa61e0
fa61e0
All drop-in configuration files must be specified in the version 2 of the
fa61e0
`containers-registries.conf(5)` format.
fa61e0
fa61e0
# SEE ALSO
fa61e0
`containers-registries.conf(5)`
fa61e0
fa61e0
# HISTORY
fa61e0
fa61e0
Mar 2020, Originally compiled by Valentin Rothberg <rothberg@redhat.com>