As far I know, current dockershim has been deprecated by Kubernetes maintainers. As a result Mirantis has taken over support of Kubernetes dockershim, the github repo seems to be in https://github.com/Mirantis/cri-dockerd which minikube seems to want to support as well. I also know that Mirantis announces a new kubernetes distribution named k0s.
What I am interested to know is, does docker get special treatment when using k0s? I mean out of the box support for docker or something like that?
What I found so far is1,
k0s supports users bringing their own CRI runtime (for example, docker).
However, I was expecting docker swarm level integration when using k0s. Am I missing something?