How to run rancher using podman?

Hey guys, I am a new to k8s.

I’ve been trying to run rancher using podman to import and monitor minikube.

After I installed podman and podman-docker, commaned sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher

And it has an error.

To fix the error, I follwed the issues [RFE] Support cluster nodes using podman · Issue #20544 · rancher/rancher · GitHub

Is there any way to run rancher using podman?

Regards.