Executing docker version returns the following results.
docker version
C:\\Projects> docker version Client: Version: 1.13.0-dev API version: 1.25 G
In my case the WSL2 Linux-Kernel was missing, download, execute and restart:
https://docs.microsoft.com/de-de/windows/wsl/wsl2-kernel
Solved the problem.