I have a nodejs server currently running, I have a programme on my local system a .exe file that I want to execute from my nodejs application via exec child processes.
Since the app platform runs on docker containers, the nodejs system is using the defacto OS ##### Ubuntu 18.04 stack
Is there anywhere for me to change the OS to a windows OS so I can run my exe, my local is Windows, and I run node server + the exe programme within the same local environment fine.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @capb994
Unfortunately at this time, we do not have native support for Windows OSs on Droplets. You may be able to achieve this however by creating your own custom Windows ISO image and then using that when creating your Droplet.
Currently, DigitalOcean only allows the deployment of Linux-based OSs.
NOTE: This is not natively supported on the platform (choose a Windows OS when you deploy your droplet).
We’d recommend that you add your vote to the Windows Server idea on our Product Ideas Board as well as comment on your use case there so that our teams can better understand your needs.
https://ideas.digitalocean.com/ideas/DO-I-2872
Regards
Ah I may of already answered my own question :: https://docs.digitalocean.com/support/can-i-use-windows-on-a-droplet/
seems here DO doesn’t support Windows OS