执行报错:
[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:
???? ./docs/reference/drivers/none/
❌ Exiting due to DRV_AS_ROOT: The "docker" driver should not be used with root privileges.
解决方案:
[root@zhangpeilei ~]# minikube start --force --driver=docker