nerdctl pull 时指定 registry,默认会使用 https 协议,如何强制使用 http 协议
nerdctl pull xxx.xxx.xxx.xxx:5000/library/daprd:1.11.2 --debug-full
加上 --insecure-registry 参数就可以了
--insecure-registry