rootless containerd not running? (hint: use `containerd-rootless-setuptool.sh install` to start rootless containerd): stat /run/user/1000/containerd-rootless: no such file or directory #13
maybe nerdctl is a fat client then docker run,some job like nerdctl0 interface created by nerdctl instead of send to containerd(dockerd). so it is not the same with docker(thin client) and dockerd
nerdctl can`t use normal user access unix:///run/containerd/containerd.sock
see https://github.com/containerd/nerdctl/issues/341