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