Skip to main content

One post tagged with "podman"

View All Tags

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"]