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

Minikube reports a different docker version than is installed on the system #19513

Closed
dominik-devops opened this issue Aug 26, 2024 · 3 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question.

Comments

@dominik-devops
Copy link

dominik-devops commented Aug 26, 2024

What Happened?

I have Ubuntu 22.04 where is only docker 24.0.7 available (through repos). However, when I start minikube, I get message:
Preparing Kubernetes v1.30.0 on Docker 26.1.1 ...
Why is that, where does minikube gets the reference?
When I removed docker from the system minikube would not start at all because of missing docker.
This is mystery for me. Also, just to be clear, when docker's installed, it works, but showing awkward version.

Attach the log file

log.txt

Operating System

Ubuntu

Driver

Docker

@afbjorklund
Copy link
Collaborator

afbjorklund commented Aug 26, 2024

Minikube runs docker-in-docker, so there are two versions involved here. One for host, one for node.

The version of Docker that is used comes from here: https://docs.docker.com/engine/install/ubuntu/

@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question. labels Aug 26, 2024
@medyagh
Copy link
Member

medyagh commented Aug 27, 2024

good question ! that is the version of the Docker Container Runtime inside minikube

@dominik-devops
Copy link
Author

@afbjorklund @medyagh Thanks! Sometimes, I will have to look into configuring minikube more to understand it properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

3 participants