Podman error on Ubuntu - short-name did not resolve to an alias and no unqualified-search registries | Amit Bahree's (useless?) insight! (desigeek.com)https://blog.desigeek.com/post/2022/03/podman-error-on-ubuntu-short-name-did-not-resolve-to-an-alias-and-no-unqualified-search-registries/the following needs to be added to the
/etc/containers/registries.conf
file:unqualified-search-registries=["docker.io"]
使用sudo vim registries.conf
保存退出后,就可以用docker pull [软件名]