kubernetes/minikube
View on GitHubCalling Docker daemon even for other container runtimes
Open
#8,577 opened on Jun 26, 2020
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.