Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 378 Bytes

A small tool to pass a TOML file that contains system-wide registries for container runtimes. By default, the tooling will look at the TOML file in /etc/containers/registries.conf. This will be used by the atomic CLI and other container runtimes to inject the proper registries.

To compile:

# sudo make install

See docs/ for explicit instructions on how to run.