Running The Command
dockerd-rootless-setuptool.sh install -fdocker context use rootlessminikube start --driver=docker --container-runtime=containerdThe Command Output
We might need to put this on the .bashrc
export DOCKER_HOST=unix:///run/user/1000/docker.sockThey’ll give you something to work with.

