kubernetes/minikube

Calling Docker daemon even for other container runtimes

Open

#8,577 opened on Jun 26, 2020

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
co/runtime/containerdco/runtime/criohelp wantedkind/buglifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 12d 19h) (43 merged PRs in 30d)

Description

From https://github.com/kubernetes/minikube/issues/8554#issuecomment-650387112

Still have a lot of unconditional calls to Docker, around the code base:

DigestByDockerLib

ExistsImageInDaemon

LoadFromTarball

WriteImageToDaemon

Usually these fail since we stop dockerd, but should be conditionalized.

Contributor guide