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
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.