Created
January 15, 2025 16:44
-
-
Save bdunnette/a278742ad708b68630dad0ea9595b51d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# One-liner to fix "no unqualified-search registries are defined" errors in Podman | |
mkdir -p ~/.config/containers && echo unqualified-search-registries = [\"docker.io\"] >> ~/.config/containers/registries.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment