Execution error:
[root@zhangpeilei ~]# minikube start --driver=docker
😄 minikube v1.22.0 on Centos 7.8.2003 (amd64)
✨ Using the docker driver based on user configuration
🛑 The "docker" driver should not be used with root privileges.
💡 If you are running minikube within a VM, consider using --driver=none:
📘 https://minikube.sigs.k8s.io/docs/reference/drivers/none/
❌ Exiting due to DRV_AS_ROOT: The "docker" driver should not be used with root privileges.
Solution:
[root@zhangpeilei ~]# minikube start --force --driver=docker
Similar Posts:
- InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runti…
- Job for docker.service failed because the control process exited with error code. See “syste…
- Docker Error: Job for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” for details.
- [Ubuntu18.04] Docker Start Error: Got permission denied while trying to connect to the Docker daemon socket
- [Solved] NVIDIA SMI instruction error: failed to initialize nvml: Driver
- driver failed programming external connectivity on endpoint inspiring_mayer
- Error message after installing docker in CentOS 7
- Docker-compose Run Error: Couldn’t connect to Docker daemon at http+docker://localhost – is it running?
- [Solved] kuberlet Service Startup Error: “Failed to run kubelet” err=”failed to run Kubelet: misconfiguration: kubelet cgroup driver: \”systemd\” is different from docker cgroup driver: \”cgroupfs\””
- [Solved] Docker ERROR: Couldn’t connect to Docker daemon at http+docker://localunixsocket – is it running?