Forgot your password?
typodupeerror

Comment Re:Not good timing (Score 1) 67

Actually it's 3200 and that's not including all the staff disappearing with the sale of some major studios. Basically this is an evisceration and it is clear that the XBox the console is fucked, and what remains will focus on casual and lame content - more Minecraft, more Candy Crush and similar slop.

Comment Re:What year is it? (Score 2) 93

This is also WSL. The container runs against WSL except the command line tool also sets up the cgroups, fs, network at the same time. At present if you want to run a container in WSL you need a shim Linux image like docker-desktop, or install docker daemon / systemd on Ubuntu running under WSL to do this set up.

Comment Re:Ain't nothing like the real thing baby. (Score 1) 93

VirtualBox is a type 2 hypervisor. It incurs significantly larger overheads than running a container against a host's kernel where the processes in the container have very minimal overhead - some cgroup, fs & network overlays but otherwise they're running natively. In addition if I want to run multiple containers as a cluster and setting up all that would be a massive pain in the ass with a VM. Or if I want to build new containers or derive them from existing containers.

That's basically why docker & containerization are so popular for cloud development, CICD and so on. Microsoft presumably recognize its a legitimate use case to be able to launch a container directly rather than through a shim Linux (e.g. "docker-desktop") running under WSL.

Comment Re:Ain't nothing like the real thing baby. (Score 1) 93

I use WSL all of the time for AWS development and it works excellently. I'm able to run native Windows editors and various tools and software while still having a Linux command prompt (and graphical tools via WSLg) for development purposes. I use kubernetes, minikube, docker extensively. I develop containers for CICD and for deployment all from a single environment.

As for Microsoft's intentions, I would suggest it's because the reality is they've lost the war. Most of open source tools and cloud development is Linux based so instead of fighting it they're facilitating it while still providing a desktop that allows people to do Windows-y things at the same time.

Slashdot Top Deals

It is now pitch dark. If you proceed, you will likely fall into a pit.

Working...