starting docker in rootless mode with minikube, kubectl, containerd, & qemu

what you will need to have installed before you start:
*docker
*dockerd-rootless-setuptool.sh
*minikube
*kubectl
*qemu-system-x86

To get started with docker using containerd as the runtime and qemu as the runtime:

dockerd-rootless-setuptool.sh install
export DOCKER_HOST=unix:///run/user/1000/docker.sock
minikube start --container-runtime=containerd --driver=qemu2
kubectl get pods




https://docs.docker.com/engine/security/rootless/