Containers

How to configure registries with the containers engine you are using?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

For podman, registries can be configured in /etc/containers/registries.conf this way:

[registries.search]
registries = ["quay.io"]