Closed
Description
Steps to reproduce the issue:
- Run:
$ sudo minikube start --driver=docker` [...] The "docker" driver should not be used with root privileges.
- The solution is to create a user and grant it access to the docker socket. Granting access to the docker socket grants privileges equivalent to the root user.
Users will end up reading comments like here: #7903 (comment) and setup access to the docker socket without realizing they are granting root access to those users. By doing so minikube encourages less secure systems in practise.