不知道我做了什么,但现在我得到了
错误:短名称“postgres:14”没有解析为别名,并且“/etc/containers/registries.conf”中没有定义不合格的搜索注册表
当我尝试运行podman pull postgres:14
. 我可以验证是否postgres:14
存在于 dockerhub
不知道我做了什么,但现在我得到了
错误:短名称“postgres:14”没有解析为别名,并且“/etc/containers/registries.conf”中没有定义不合格的搜索注册表
当我尝试运行podman pull postgres:14
. 我可以验证是否postgres:14
存在于 dockerhub
这是行为上的改变,他们想要你做的就是写
docker.io/
您可以在 中看到这一点
/etc/containers/registries.conf
,您可以在中查看更多信息
man 5 containers-registries.conf
您可以通过以下方式恢复旧行为,