Hello Emilio,
Thanks for your question.
Docker only supports Docker Desktop on Windows for those versions of Windows that are still within Microsoft’s servicing timeline. Docker Desktop is not supported on server versions of Windows, such as Windows Server 2019 or Windows Server 2022.
Rather than use Docker Desktop, If you need to run containers on your windows server follow the steps here:
Get started: Prep Windows for containers,
The above will configure your environment to enable container-related OS features and install the Docker runtime using docker CE.
Please let me know if you have further questions**
You can mark it 'Accept Answer' if this helped.