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