Skip to content

Instantly share code, notes, and snippets.

@bdunnette
Created January 15, 2025 16:44
Show Gist options
  • Save bdunnette/a278742ad708b68630dad0ea9595b51d to your computer and use it in GitHub Desktop.
Save bdunnette/a278742ad708b68630dad0ea9595b51d to your computer and use it in GitHub Desktop.
# 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