8 ms·
Yes, a VM with extremely tight integration with the Windows environment to make things that would otherwise require lots of time to setup a breeze. I use it as
by pak9rabid 10mo ago
Yes, a VM with extremely tight integration with the Windows environment to make things that would otherwise require lots of time to setup a breeze. I use it as my daily driver for dev work (at work, since we're required to use Windows :( ) and to be honest it's quite pleasant most of the time.
- scuff3d 10mo agoI usually work in a VM hosted by my company. But the performance is really starting to irritate me. Been considering switching to WSL2, but last time I checked all they supported was Debian based distros, and we do all our work on RHEL8. I don't think it would matter much but it's still annoying working on an entirely different setup from the rest of the team. How is the graphical app support these days?
- spockz 10mo agoYou can create your own images: https://learn.microsoft.com/en-us/windows/wsl/build-custom-distro https://learn.microsoft.com/en-us/windows/wsl/build-custom-d... Or more step by step: https://gist.github.com/artman41/858450e2c29b239d8692213b684ada25 https://gist.github.com/artman41/858450e2c29b239d8692213b684...
- pod_krad 10mo agoThey support Oracle Linux. It is almost the same as RHEL.
- stackedinserter 10mo agoHow is it "tight" when even `ps` or `top` show VM processes instead of OS ones? Could you give an example of functionality that can't be done with `docker run -it ubuntu`? I used it for a little bit (got Windows laptop, thought maybe I'll switch but no), and just hated that split brain workspace.