Similar to this post from 2017.
Is it possible to run Docker Desktop from an AWS EC2 Windows server environment? Docker Desktop crash upon startup with the following error:
The Virtual Machine Management Service failed to start the virtual machine 'DockerDesktopVM' because one of the Hyper-V components is not running (Virtual machine ID 7A6D9FC6-1F84-450F-983C-C798BB55F8B7).
Running an AWS EC2 windows server with containers gives the following error when opening Docker Desktop:
Failed to deploy distro docker-desktop to C:\Users\Administrator\AppData\Local\Docker\wsl\distro: exit code: -1
If not, is it possible to run a docker container as well some other script/application (e.g python script) simultaneously on a single Ubuntu or Linux EC2 instance?