-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run "sudo minikube start --vm-driver=none" Ubuntu 18.04 #5134
Comments
You need to install Docker, in order to use the
|
I installed Docker and got a new error message, I will update the logs later. |
Update error message after installing Docker.
For more information:
|
Still problem with your install: |
Closing because a resolution was posed: docker needs a systemd service to be installed. |
The exact command to reproduce the issue: sudo minikube start --vm-driver=none
The full output of the command that failed:
E0819 17:43:58.393924 2933 start.go:723] StartHost: create: precreate: exec: "docker": executable file not found in $PATH
X Unable to start VM: create: precreate: exec: "docker": executable file not found in $PATH
*
The output of the
minikube logs
command:X api load: filestore: Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
*
The operating system version: Ubuntu Server 18.04
The text was updated successfully, but these errors were encountered: