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