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