Rootless Docker in Fedora

·
1 min read
notes
#fedora #docker #rootless #minikube #kubernetes

How to install Rootless Docker

Running The Command

As documentation said:

Terminal window
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

Terminal window
export DOCKER_HOST=unix:///run/user/1000/docker.sock

They’ll give you something to work with.