Investigating Docker Desktop on Windows with WSL2 using the Edgeshark open source tool, I get the following network topology for the container workload:
Please note how this is a Docker-in-containerd setup, so the Docker engine lives inside a containerd container, in the services.linuxkit
namespace of containerd.
Now I "suspect" that Docker Desktop might use CNI plugins with containerd to network its managed containers, such as the docker1
-eth0
and services1
-eth0
VETH "networks". If this actually is the case, where can I find the CNI plugin configuration for this setup?