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