I want to run Linux application on a Windows operating system. But I’m confused, I have 2 options:
- I can use VirtualBox to run Linux virtual machine with application
- I can use Docker for Windows to run Linux docker image with application
So, which solution is expected to have better performance?