Skip to content
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

Not start my minikube #20105

Open
upendrakodr opened this issue Dec 16, 2024 · 2 comments
Open

Not start my minikube #20105

upendrakodr opened this issue Dec 16, 2024 · 2 comments

Comments

@upendrakodr
Copy link

What Happened?

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Attach the log file

not start minikube
ISSUE!.txt

Operating System

Windows

Driver

VirtualBox

@upendrakodr
Copy link
Author

to resolve my issue

@kafleprakash96
Copy link

kafleprakash96 commented Dec 30, 2024

Make sure your docker is up and running. Minikube uses Docker to manage containerized applications within its Kubernetes environment. When you start Minikube, it uses a local Docker daemon to simulate a Kubernetes cluster

Here is the docs:
https://minikube.sigs.k8s.io/docs/start/?arch=%2Fmacos%2Farm64%2Fstable%2Fbinary+download

Once your docker is up and running, try to start the minikube again.

minikube start

You should see the image like below:

image

Check the docker container for minikube is up.

docker ps
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants