-
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
none with snap installed docker: sudo systemctl start docker: exit status 5 #4952
Comments
What does And do you see more of the actual issue, if you run minikube with |
@dfang Did you added your user to the docker group? |
@afbjorklund Just trying to reproduce the issue on ubuntu 18.04. |
I suspect the snap installation is incompatible, and would suggest using the normal apt installation. |
Yeah it is working fine if we install via normal apt installation. |
yes, i switch to docker one-line script installer
|
i switched to one-line script installer
no errors in |
|
no, login and install docker as root user, no need to add to docker group |
on ubuntu 18.04, minikube installed by
docker installed by
|
start again with same command, no errors
but pod/kube-controller-manager-minikube CrashLoopBackOff
give up on running Minikube on ubuntu 18.04, I'll close this issue |
@dfang: Thank you for reporting the issues when using docker installed using a snap! https://github.com/kubernetes/minikube/blob/master/docs/vmdriver-none.md We should probably give a better solution message, when the runtime is missing.
Sorry to hear that, welcome back if you want to try the regular VirtualBox installation |
on ubuntu 18.04,
docker installed by snap,
minikube installed from kubernetes/minikube releases.
The text was updated successfully, but these errors were encountered: