Last active
July 25, 2022 18:54
-
-
Save Manouchehri/d003da72da6c56dd7b2df882a846d406 to your computer and use it in GitHub Desktop.
/etc/containers/registries.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unqualified-search-registries = ['docker.io'] | |
[[registry]] | |
prefix = "docker.io" | |
location = "registry-1.docker.io" | |
[[registry.mirror]] | |
location = "mirror.gcr.io" | |
[[registry.mirror]] | |
location = "registry.ipv6.docker.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment