To pull images from Docker Hub without having to prefix the image name with 'docker.io' update the file /etc/containers/registries.conf
with the following snippet:
unqualified-search-registries = ["mylocalregistry:5005", "docker.io"]
To pull images from Docker Hub without having to prefix the image name with 'docker.io' update the file /etc/containers/registries.conf
with the following snippet:
unqualified-search-registries = ["mylocalregistry:5005", "docker.io"]