MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

Reliance on docker is problematic on windows machines

Open amueller opened this issue 4 years ago • 1 comments

Installing docker requires windows 10 2004 which is blocked on some machines and it might be tricky to install. I didn't manage on my workstation. This might need a workaround for doing this in a teaching environment.

amueller avatar Jul 16 '20 21:07 amueller

Docker works on older Versions of Windows which have Hyper-V installed. However, Windows Home does not include Hyper-V. Hence, the Docker setup works in the following scenarios:

  • Any current version of Windows that isn't Windows Home
  • Windows Home version 2004 or newer

That being said there is hope. The list of update blocks for Windows 2004 is getting shorter. Also, Microsoft announced backporting WSL2 to earlier Windows versions and Docker has confirmed to enable Docker on those.

markusweimer avatar Aug 25 '20 17:08 markusweimer