etc/containers: add registries.conf example

linking to source, it seems to be enough to get started with podman
This commit is contained in:
Mikaela Suomalainen 2020-05-27 11:01:08 +03:00
parent 856085bd74
commit 507b9b15c7
No known key found for this signature in database
GPG Key ID: 440D764E4F4A6C2D
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# https://podman.io/getting-started/installation#example-from-the-fedora-containers-common-package
[registries.search]
registries = ['docker.io', 'registry.fedoraproject.org', 'quay.io', 'registry.access.redhat.com', 'registry.centos.org']