docker driver: Improve error message on Linux with when docker socket is inaccessible #7605
Labels
co/docker-driver
Issues related to kubernetes in container
kind/bug
Categorizes issue or PR as related to a bug.
needs-solution-message
Issues where where offering a solution for an error would be helpful
os/linux
On a fresh docker installation in Linux - I haven't yet set the docker group up - hence I would need to use sudo - however if I don't know this, I got this error message which is misleading:
We should report "Minikube can't access the Docker daemon, permission is denied. Suggestion: create the docker group to allow access and add $user to the group with
sudo usermod -aG docker $USER
" or something similarThe text was updated successfully, but these errors were encountered: