Race condition between dockerd and containerd #8203
Labels
area/guest-vm
General configuration issues with the minikube guest VM
co/runtime/docker
Issues specific to a docker runtime
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Currently the VM startup procedure relies on Docker starting an internal version of containerd.
But depending on timing, dockerd can choose to start using the systemd version instead...
See https://github.com/moby/moby/blob/v19.03.8/cmd/dockerd/daemon_unix.go#L155
This leads to the docker daemon not responding, when minikube shuts down system containerd.
We should probably do like the ubuntu packaging, and have docker.service use containerd.service
BindsTo=containerd.service
anddockerd --containerd=/run/containerd/containerd.sock
The text was updated successfully, but these errors were encountered: