Closed
Description
Steps to reproduce the issue:
minikube start --driver=docker
- Execute above command and you will see the error.
Full output of failed command:
root@fst-server-3-ubuntu-2gb-fsn1-1:~/faas-netes# minikube start --driver=docker --alsologtostderr
I0425 09:34:48.887475 24566 notify.go:125] Checking for updates...
I0425 09:34:48.999024 24566 start.go:262] hostinfo: {"hostname":"fst-server-3-ubuntu-2gb-fsn1-1","uptime":147613,"bootTime":1587652475,"procs":176,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"18.04","kernelVersion":"4.15.0-96-generic","virtualizationSystem":"","virtualizationRole":"","hostid":"0a8bb66d-63f8-47b9-b95e-6bb3ce32e001"}
I0425 09:34:48.999713 24566 start.go:272] virtualization:
😄 minikube v1.9.2 on Ubuntu 18.04
I0425 09:34:49.001356 24566 driver.go:245] Setting default libvirt URI to qemu:///system
✨ Using the docker driver based on user configuration
I0425 09:34:49.140369 24566 start.go:310] selected driver: docker
I0425 09:34:49.140388 24566 start.go:656] validating driver "docker" against <nil>
I0425 09:34:49.140411 24566 start.go:662] status for docker: {Installed:true Healthy:true Error:<nil> Fix: Doc:}
I0425 09:34:49.140448 24566 start.go:1100] auto setting extra-config to "kubeadm.pod-network-cidr=10.244.0.0/16".
🛑 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/
root@fst-server-3-ubuntu-2gb-fsn1-1:~/faas-netes#
Full output of minikube start
command used, if not already included:
root@fst-server-3-ubuntu-2gb-fsn1-1:~/faas-netes# minikube start
😄 minikube v1.9.2 on Ubuntu 18.04
✨ Automatically selected the docker driver
🛑 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/
root@fst-server-3-ubuntu-2gb-fsn1-1:~/faas-netes#