-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
co/docker-driverIssues related to kubernetes in containerIssues related to kubernetes in containerkind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.kind/securitysecurity issuessecurity issueskind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.long-term-supportLong-term support issues that can't be fixed in codeLong-term support issues that can't be fixed in code
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.
snyman, peixiaochen, shahinghasemi, henricazottes, willfurnass and 3 more
Metadata
Metadata
Assignees
Labels
co/docker-driverIssues related to kubernetes in containerIssues related to kubernetes in containerkind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.kind/securitysecurity issuessecurity issueskind/supportCategorizes issue or PR as a support question.Categorizes issue or PR as a support question.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.long-term-supportLong-term support issues that can't be fixed in codeLong-term support issues that can't be fixed in code